Update frontend host and backend domain defaults for deployment.

Allow preview host mc.rc707blog.top and switch default backend base URL to https://mcbc.rc707blog.top to match domain-based runtime access.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
renjue
2026-05-09 17:29:37 +08:00
parent 21c5bd9edd
commit 15a9ae0798
3 changed files with 8 additions and 2 deletions

View File

@@ -7,4 +7,9 @@ export default defineConfig({
server: {
port: 14621,
},
preview: {
host: "0.0.0.0",
port: 14621,
allowedHosts: ["mc.rc707blog.top"],
},
})