This commit is contained in:
MangoPig 2025-12-09 17:33:38 +00:00
parent 1c2a8f63cd
commit 4bb4b0ca3a

View File

@ -21,5 +21,11 @@ export default defineConfig({
},
},
},
server: {
host: true,
port: 4321,
strictPort: true,
allowedHosts: ["leafpig.mangopig.tech"], //Remember to add domain here if deploying
},
},
});