Skip to content

Commit

Permalink
Use new @vite Blade directive
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 27, 2024
1 parent 4d8d51f commit c8bee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="twitter:description" content="API endpoints with support information for PHP versions 5.6 and later.">
<meta property="og:image" content="{{ config('app.url') . '/images/phpreleases-cover.png' }}">

<link href="{{ mix('css/app.css') }}" rel="stylesheet">
@vite('resources/css/app.css')
@stack('scripts')

@if (app()->environment('production'))
Expand Down

0 comments on commit c8bee67

Please sign in to comment.