This commit is contained in:
Tom Moor
2023-03-11 14:16:39 -05:00
parent 3eabb30949
commit 2c84036a3a

View File

@@ -18,7 +18,7 @@ export default () => {
return defineConfig({ return defineConfig({
root: "./", root: "./",
publicDir: "./server/static", publicDir: "./server/static",
base: "/static/", base: (process.env.CDN_URL ?? "") + "/static/",
server: { server: {
port: 3001, port: 3001,
host: true, host: true,