Created
June 1, 2024 16:10
-
-
Save petronioamaral/2b89b751cabe092bdb19bab9dba6f88b to your computer and use it in GitHub Desktop.
Vite manifest not found laravel breeze blade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vite manifest not found laravel breeze blade | |
Replace | |
@vite(['resources/css/app.css', 'resources/js/app.js']) | |
TO | |
<link rel="stylesheet" href="{{ asset('css/app.css') }}"> | |
<script src="{{ asset('js/app.js') }}"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment