Use relative paths for build (#1094)
This commit is contained in:
parent
4ea14c853e
commit
3ad143228d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const copyFiles = {
|
|||
export default defineConfig({
|
||||
appType: 'spa',
|
||||
publicDir: false,
|
||||
base: "",
|
||||
server: {
|
||||
port: 8080,
|
||||
host: true,
|
||||
|
|
Loading…
Reference in a new issue