Fixed #8442 - wrong CSS url path on /setup

This commit is contained in:
snipe 2020-09-16 11:20:59 -07:00
parent 440ca686e4
commit a3e738b283
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<link rel="shortcut icon" type="image/ico" href="{{ ($snipeSettings) && ($snipeSettings->favicon!='') ? Storage::disk('public')->url('').e($snipeSettings->favicon) : 'favicon.ico' }} "> <link rel="shortcut icon" type="image/ico" href="{{ ($snipeSettings) && ($snipeSettings->favicon!='') ? Storage::disk('public')->url('').e($snipeSettings->favicon) : 'favicon.ico' }} ">
{{-- stylesheets --}} {{-- stylesheets --}}
<link rel="stylesheet" href="{{ url('css/all.css') }}"> <link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
<link rel="stylesheet" href="{{ url('css/dist/all.css') }}"> <link rel="stylesheet" href="{{ url('css/dist/all.css') }}">

View file

@ -7,7 +7,7 @@
Snipe-IT Setup Snipe-IT Setup
@show @show
</title> </title>
<link rel="stylesheet" href="{{ url('css/all.css') }}"> <link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
<script nonce="{{ csrf_token() }}"> <script nonce="{{ csrf_token() }}">