Skip to content

Commit

Permalink
fix: add base path for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
petit-chat committed Feb 8, 2025
1 parent ddfd3cd commit e921e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export default defineConfig({
plugins: [svelte()],
})
base: "/",
});

0 comments on commit e921e18

Please sign in to comment.