mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix allowed hosts
This commit is contained in:
@@ -46,7 +46,7 @@ export default defineConfig({
|
|||||||
ws: true
|
ws: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
allowedHosts: ["beta.fromchat.toolbox-io.ru"]
|
allowedHosts: ["beta.fromchat.ru"]
|
||||||
},
|
},
|
||||||
appType: "mpa",
|
appType: "mpa",
|
||||||
css: {
|
css: {
|
||||||
|
|||||||
Reference in New Issue
Block a user