refactor: fix index.html path and vite config for correct build
This commit is contained in:
@ -12,4 +12,5 @@ export default defineConfig({
|
||||
input: "index.html",
|
||||
},
|
||||
},
|
||||
root: ".", // index.html を frontend ディレクトリ直下に置いている前提
|
||||
});
|
||||
|
Reference in New Issue
Block a user