Skip to content

Commit 174e87d

Browse files
committed
Fixed GH-pages again
1 parent 08a5583 commit 174e87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import { sveltekit } from '@sveltejs/kit/vite';
22
import { defineConfig } from 'vite';
33

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

0 commit comments

Comments
 (0)