use relative paths for build

This commit is contained in:
Ajay Bura 2023-01-29 18:56:46 +05:30
parent 4ea14c853e
commit 1fa98249ac

View file

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