Skip to content

Commit 52702d0

Browse files
committed
Comment out base path
1 parent 1de678f commit 52702d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

svelte.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const config = {
88
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
99
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
1010
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
11-
adapter: adapter(),
11+
adapter: adapter()
1212

13-
paths: {
14-
// base: process.env.NODE_ENV === 'production' ? '/socketopp.github.io' : '',
15-
base: dev ? '' : process.env.BASE_PATH
16-
}
13+
// paths: {
14+
// base: process.env.NODE_ENV === 'production' ? '/socketopp.github.io' : '',
15+
// base: dev ? '' : process.env.BASE_PATH
16+
// }
1717
},
1818
preprocess: vitePreprocess()
1919
};

0 commit comments

Comments
 (0)