Skip to content

Commit 8d17e84

Browse files
committed
Fixed GH-pages again
1 parent 174e87d commit 8d17e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { defineConfig } from 'vite';
33

44
export default defineConfig({
55
plugins: [sveltekit()],
6-
base: 'https://sudo-arash.github.io/GitCalc/' // comment this to run in local
6+
base: 'https://sudo-arash.github.io/GitCalc/'
77
});

0 commit comments

Comments
 (0)