We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c30f07 commit 00a0cb3Copy full SHA for 00a0cb3
vite.config.ts
@@ -6,7 +6,7 @@ const __filename = fileURLToPath(import.meta.url);
6
const __dirname = dirname(__filename);
7
8
export default defineConfig({
9
- base: "/251113_three-postprocessing/",
+ base: "./",
10
build: {
11
outDir: "docs",
12
rollupOptions: {
0 commit comments