Skip to content

Commit 2d5a860

Browse files
committed
feat: switch to new blade version
1 parent ccd36c4 commit 2d5a860

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/index.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
1919
Be sure to run `npm install` and then `npm run dev` or `npm run build` first.
2020
--}}
21-
{{-- {{ vite('css/app.css') }} --}}
21+
{{-- @vite('css/app.css') --}}
2222

2323
<link rel="stylesheet"
2424
href="https://fonts.googleapis.com/css?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700;display=swap">
25-
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
25+
26+
@alpine
2627
</head>
2728

2829
<body class="overflow-hidden">

0 commit comments

Comments
 (0)