This commit is contained in:
Andras Bacsai 2023-12-06 12:20:20 +01:00
parent db976709c7
commit a6f9527157

View File

@ -25,8 +25,8 @@
<script defer data-domain="app.coolify.io" src="https://analytics.coollabs.io/js/plausible.js"></script> <script defer data-domain="app.coolify.io" src="https://analytics.coollabs.io/js/plausible.js"></script>
@endif @endif
@auth @auth
<script src="{{ asset('js/echo.js') }}"></script> <script src="/js/echo.js"></script>
<script src="{{ asset('js/pusher.js') }}"></script> <script src="/js/pusher.js"></script>
@endauth @endauth
</head> </head>
@section('body') @section('body')