change css and js links to asset links
This commit is contained in:
parent
882e406266
commit
a3f7bafedb
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="stylesheet" href="{{ mix('css/app.css') }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}" type="text/css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script>!window.jQuery && document.write('<script src="/js/jquery-3.3.1.min.js"><\/script>')</script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
||||
<script src="/js/app.js?v=2"></script>
|
||||
<script src="{{ asset('js/app.js?v=2') }}"></script>
|
||||
@yield('scripts')
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue