File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments