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({
|
export default defineConfig({
|
||||||
appType: 'spa',
|
appType: 'spa',
|
||||||
publicDir: false,
|
publicDir: false,
|
||||||
|
base: "",
|
||||||
server: {
|
server: {
|
||||||
port: 8080,
|
port: 8080,
|
||||||
host: true,
|
host: true,
|
||||||
|
|
Loading…
Reference in a new issue