Skip to content

Commit 534d7ca

Browse files
pkaranjeclaude
andcommitted
fix: set vite base to / to resolve GitHub Pages MIME type error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e31665c commit 534d7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export default defineConfig({
99
"@": path.resolve(__dirname, "./src"),
1010
},
1111
},
12-
base: "./",
12+
base: "/",
1313
});

0 commit comments

Comments
 (0)