Skip to content

Commit e2328af

Browse files
author
AndrewP
authored
Scripts to the head
1 parent b98e2ee commit e2328af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
<title>{{ config('app.name', 'Laravel') }}</title>
1111

12+
<!-- Scripts -->
13+
<script src="{{ asset('js/app.js') }}" defer></script>
14+
1215
<!-- Styles -->
1316
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1417
</head>
@@ -46,8 +49,5 @@ class="no-underline hover:underline text-gray-300 text-sm p-3"
4649

4750
@yield('content')
4851
</div>
49-
50-
<!-- Scripts -->
51-
<script src="{{ mix('js/app.js') }}"></script>
5252
</body>
5353
</html>

0 commit comments

Comments
 (0)