Skip to content

Commit cbf6b29

Browse files
committed
httpsで読み込まれるように修正
1 parent c8178c9 commit cbf6b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import laravel from 'laravel-vite-plugin';
33
import react from '@vitejs/plugin-react';
44

55
export default defineConfig({
6+
base: '/',
67
plugins: [
78
laravel({
89
input: 'resources/js/app.jsx',

0 commit comments

Comments
 (0)