mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
debug(ci): set base url in vite config
This commit is contained in:
parent
993621c943
commit
814abf68c8
@ -10,6 +10,7 @@ export default defineConfig({
|
||||
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
|
||||
'process.env.TAMAGUI_TARGET': JSON.stringify('web'),
|
||||
},
|
||||
base: process.env.BASE_URL || './',
|
||||
resolve: {
|
||||
extensions,
|
||||
alias: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user