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:
@@ -7,4 +7,9 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 14621,
|
||||
},
|
||||
preview: {
|
||||
host: "0.0.0.0",
|
||||
port: 14621,
|
||||
allowedHosts: ["mc.rc707blog.top"],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user