Use relative URL in build

This commit is contained in:
Webifi 2023-05-31 19:37:58 -05:00
parent 717dc1a7e0
commit e48484b04a
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
})
]
}
}
},
base: './'
}
} else {
return {