Skip to content

Commit

Permalink
Updated minimal.blade.php jsx vite
Browse files Browse the repository at this point in the history
  • Loading branch information
cp6 committed Oct 9, 2023
1 parent d2be737 commit c00e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/errors/minimal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('code') - @yield('title')</title>
@vite(['resources/css/app.css', 'resources/css/app.js', 'resources/js/switcher.js'])
@vite(['resources/css/app.css', 'resources/css/app.jsx', 'resources/js/switcher.js'])
</head>
<body class="antialiased bg-gray-50 dark:bg-gray-800">
<section class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100 dark:bg-gray-800">
Expand Down

0 comments on commit c00e946

Please sign in to comment.