Forgot to change one part

This commit is contained in:
MangoPig 2025-12-09 20:02:48 +00:00
parent 8a8b1d4b68
commit 060839a6b7

View File

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