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 4ea14c853e
commit 3ad143228d

View File

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