We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a5583 commit 174e87dCopy full SHA for 174e87d
vite.config.ts
@@ -2,5 +2,6 @@ import { sveltekit } from '@sveltejs/kit/vite';
2
import { defineConfig } from 'vite';
3
4
export default defineConfig({
5
- plugins: [sveltekit()]
+ plugins: [sveltekit()],
6
+ base: 'https://sudo-arash.github.io/GitCalc/' // comment this to run in local
7
});
0 commit comments