Fixed build prod path option

This commit is contained in:
Florian Sylvain
2023-01-13 16:13:14 +01:00
parent db5c9a925b
commit 6dcd8f234b
+1 -3
View File
@@ -23,8 +23,6 @@ export default defineConfig(({ command, mode }) => {
server: {
port: env1.APP_FRONT_PORT,
},
build: {
assetsDir: './'
}
base: '/gohcms/'
}
})