torrtle
This commit is contained in:
@@ -13,6 +13,11 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
port: frontendPort,
|
port: frontendPort,
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
|
allowedHosts: [
|
||||||
|
"localhost",
|
||||||
|
"trivia.torrtle.co",
|
||||||
|
".torrtle.co", // Allow all torrtle.co subdomains
|
||||||
|
],
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: backendUrl,
|
target: backendUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user