Skip to content

Commit 55f0d75

Browse files
nishadclaude
andcommitted
fix: add base path for GitHub Pages deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8f40b8b commit 55f0d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { defineConfig } from "vite";
77
import { svelte } from "@sveltejs/vite-plugin-svelte";
88

99
export default defineConfig({
10+
base: "/sql.js-httpvfs-playground/",
1011
plugins: [svelte()],
1112
optimizeDeps: {
1213
// Exclude sql.js-httpvfs from pre-bundling as it uses web workers

0 commit comments

Comments
 (0)