Skip to content

Commit 965215c

Browse files
committed
1
1 parent 3c7939a commit 965215c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

svelte.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import adapter from '@sveltejs/adapter-static';
22

3-
// const base = process.argv.includes('dev') ? '' : '/vhtmui.github.io';
4-
export const base = '/vhtmui.github.io';
3+
const base = process.argv.includes('dev') ? '' : '/vhtmui.github.io';
4+
// export const base = '/vhtmui.github.io';
55

66
/** @type {import('@sveltejs/kit').Config} */
77
const config = {

0 commit comments

Comments
 (0)