Use relative paths for build (#1094)

This commit is contained in:
Ajay Bura 2023-01-30 15:20:13 +11:00 committed by GitHub
parent 8949c16678
commit 8ba8d1b77c

View file

@ -28,6 +28,7 @@ const copyFiles = {
export default defineConfig({
appType: 'spa',
publicDir: false,
base: "",
server: {
port: 8080,
host: true,