1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-07-30 16:37:46 +00:00

Use relative paths for build (#1094)

This commit is contained in:
Ajay Bura 2023-01-30 15:20:13 +11:00 committed by GitHub
parent 4ea14c853e
commit 3ad143228d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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