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 174e87d commit 8d17e84Copy full SHA for 8d17e84
vite.config.ts
@@ -3,5 +3,5 @@ import { defineConfig } from 'vite';
3
4
export default defineConfig({
5
plugins: [sveltekit()],
6
- base: 'https://sudo-arash.github.io/GitCalc/' // comment this to run in local
+ base: 'https://sudo-arash.github.io/GitCalc/'
7
});
0 commit comments