1 parent 3c7939a commit 965215cCopy full SHA for 965215c
1 file changed
svelte.config.js
@@ -1,7 +1,7 @@
1
import adapter from '@sveltejs/adapter-static';
2
3
-// const base = process.argv.includes('dev') ? '' : '/vhtmui.github.io';
4
-export const base = '/vhtmui.github.io';
+const base = process.argv.includes('dev') ? '' : '/vhtmui.github.io';
+// export const base = '/vhtmui.github.io';
5
6
/** @type {import('@sveltejs/kit').Config} */
7
const config = {
0 commit comments