Use relative URL in build
This commit is contained in:
parent
717dc1a7e0
commit
e48484b04a
|
@ -21,7 +21,8 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
base: './'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue