close #1718 Fixed: after fresh install public files not accessibel /public/1.js works /1.js does not work

This commit is contained in:
Cüneyt Şentürk
2021-01-13 23:45:41 +03:00
parent a35db4ac1e
commit da99ff2d0a
7 changed files with 9 additions and 17502 deletions

View File

@ -5,9 +5,6 @@
@stack('scripts_start')
<script src="{{ asset('public/0.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/1.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/js/common/search.js?v=' . version('short')) }}"></script>
@stack('charts')