Skip to content

Commit bc3276a

Browse files
committed
Fixed base
1 parent ee60814 commit bc3276a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export default defineConfig({
1212
"@": fileURLToPath(new URL("./src", import.meta.url)),
1313
},
1414
},
15-
base: "/website/",
15+
base: "/",
1616
});

0 commit comments

Comments
 (0)