Skip to content

Commit 00a0cb3

Browse files
committed
build設定の修正
1 parent 0c30f07 commit 00a0cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const __filename = fileURLToPath(import.meta.url);
66
const __dirname = dirname(__filename);
77

88
export default defineConfig({
9-
base: "/251113_three-postprocessing/",
9+
base: "./",
1010
build: {
1111
outDir: "docs",
1212
rollupOptions: {

0 commit comments

Comments
 (0)