Production ready

This commit is contained in:
Florian Sylvain
2023-03-09 12:24:50 +01:00
parent e06bd7fbcb
commit 2bb42e6aa1
8 changed files with 61 additions and 2 deletions
+1
View File
@@ -21,5 +21,6 @@ export default defineConfig(({ command, mode }): UserConfig => {
...env2,
},
},
base: env1.FRONT_BASE_PATH ?? env2.FRONT_BASE_PATH ?? "/",
}
})