There was an error while loading. Please reload this page.
1 parent 1dad8c8 commit 930fc66Copy full SHA for 930fc66
1 file changed
vite.config.ts
@@ -2,8 +2,8 @@ import { defineConfig } from "vite";
2
3
// Vite will handle the wasm import from the bundler-target build of kite_sql.
4
export default defineConfig({
5
- // GitHub Pages site will be served from /KiteSQL_Profile/
6
- base: "/KiteSQL_Profile/",
+ // GitHub Pages site will be served from /kitesql-web/
+ base: "/kitesql-web/",
7
publicDir: "static",
8
server: {
9
port: 4173,
0 commit comments