There was an error while loading. Please reload this page.
1 parent c8178c9 commit cbf6b29Copy full SHA for cbf6b29
vite.config.js
@@ -3,6 +3,7 @@ import laravel from 'laravel-vite-plugin';
3
import react from '@vitejs/plugin-react';
4
5
export default defineConfig({
6
+ base: '/',
7
plugins: [
8
laravel({
9
input: 'resources/js/app.jsx',
0 commit comments