unify the prod and dev env and use only relative base path ./ in the Admin UI
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig({
|
||||
port: 3000,
|
||||
},
|
||||
envPrefix: 'PB',
|
||||
base: process.env.NODE_ENV === 'production' ? '/_/' : './',
|
||||
base: './',
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1000,
|
||||
reportCompressedSize: false,
|
||||
|
||||
Reference in New Issue
Block a user