Skip to content

Commit

Permalink
Revert "Use Vite::asset"
Browse files Browse the repository at this point in the history
This reverts commit 9327a4e.
  • Loading branch information
mvdnbrk committed Dec 22, 2024
1 parent 9327a4e commit 3457d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/layout/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
{{ Vite::asset('resources/css/app.css') }}
@vite('resources/css/app.css')

<x-layout.head.opengraph/>
<x-layout.head.twitter/>
Expand All @@ -28,7 +28,7 @@

<x-layout.footer/>

{{ Vite::asset('resources/js/app.js') }}
@vite('resources/js/app.js')
@stack('scripts')
</div>
</body>
Expand Down

0 comments on commit 3457d33

Please sign in to comment.