Removed mix (switched to url()) for now until assets are fixed

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2020-04-27 19:35:21 -07:00
parent b76b97d89b
commit 6427f46a6b
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -7,7 +7,7 @@
Snipe-IT Setup
@show
</title>
<link rel="stylesheet" href="{{ mix('css/all.css') }}">
<link rel="stylesheet" href="{{ url('css/all.css') }}">
<script nonce="{{ csrf_token() }}">
@ -117,7 +117,7 @@
</div>
{{-- Javascript files --}}
<script src="{{ url(mix('js/app.js')) }}" nonce="{{ csrf_token() }}"></script>
<script src="{{ url('js/dist/all.js') }}" nonce="{{ csrf_token() }}"></script>
<script nonce="{{ csrf_token() }}">
$(function () {