refactor: fix index.html path and vite config for correct build

This commit is contained in:
2025-06-04 11:08:33 +09:00
parent 4bc0c4ce7f
commit fff7de8184
2 changed files with 3 additions and 2 deletions

View File

@ -12,4 +12,5 @@ export default defineConfig({
input: "index.html",
},
},
root: ".", // index.html を frontend ディレクトリ直下に置いている前提
});