File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ async function submoduleCoreDev(config: BuildConfig) {
246
246
...opts . define ,
247
247
// We need to get rid of the import.meta.env values
248
248
// Vite's base url
249
- 'import.meta.env.BASE_URL' : '" globalThis.BASE_URL||\'/\'" ' ,
249
+ 'import.meta.env.BASE_URL' : 'globalThis.BASE_URL' ,
250
250
// Vite's devserver mode
251
251
'import.meta.env.DEV' : 'false' ,
252
252
} ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export async function submoduleServer(config: BuildConfig) {
107
107
'globalThis.QWIK_DOM_VERSION' : JSON . stringify ( qwikDomVersion ) ,
108
108
// We need to get rid of the import.meta.env values
109
109
// Vite's base url
110
- 'import.meta.env.BASE_URL' : '" globalThis.BASE_URL||\'/\'" ' ,
110
+ 'import.meta.env.BASE_URL' : 'globalThis.BASE_URL' ,
111
111
// Vite's devserver mode
112
112
'import.meta.env.DEV' : 'false' ,
113
113
} ,
You can’t perform that action at this time.
0 commit comments