Skip to content

Commit b9b540e

Browse files
authored
Use Alpine directly for guest layout (#485)
1 parent daba984 commit b9b540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/views/layouts/guest.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="{{ mix('css/app.css') }}">
1515

1616
<!-- Scripts -->
17-
<script src="{{ mix('js/app.js') }}" defer></script>
17+
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.js" defer></script>
1818
</head>
1919
<body>
2020
<div class="font-sans text-gray-900 antialiased">

0 commit comments

Comments
 (0)