refs #1737 updated livewire version and config path..

This commit is contained in:
Cüneyt Şentürk 2021-01-10 21:06:29 +03:00
parent 966db0863d
commit 877fb9fc1c
5 changed files with 6 additions and 4 deletions

View File

@ -42,7 +42,7 @@ return [
|
*/
'asset_url' => env('ASSET_URL', './public'),
'asset_url' => env('ASSET_URL', 'public'),
/*
|--------------------------------------------------------------------------

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"/livewire.js":"/livewire.js?id=eb510e851dceb24afd36"}
{"/livewire.js":"/livewire.js?id=936e5d0fb0b76b631ba7"}

View File

@ -8,6 +8,8 @@
<title>@yield('title') - @setting('company.name')</title>
<base href="{{ config("app.url") . '/' }}">
@include('partials.pwa.pwa')
<!-- Favicon -->