Prepared for serving

This commit is contained in:
Dunemask 2022-07-12 23:28:47 +00:00
parent fd71714fc0
commit 6526b51429
6 changed files with 39 additions and 17 deletions

View file

@ -10,5 +10,9 @@ export default () => {
port: 443,
},
},
build: {
outDir: "./build",
},
base: "/qualiteer/",
});
};