mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Fixed build prod path option
This commit is contained in:
@@ -23,8 +23,6 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
server: {
|
server: {
|
||||||
port: env1.APP_FRONT_PORT,
|
port: env1.APP_FRONT_PORT,
|
||||||
},
|
},
|
||||||
build: {
|
base: '/gohcms/'
|
||||||
assetsDir: './'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user