From c5fac100487087e1a455bd83c83afa9169c6fbac Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 3 May 2026 17:21:57 +0200 Subject: [PATCH] set allowed host --- apps/frontend/astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/astro.config.mjs b/apps/frontend/astro.config.mjs index e9761ee..a8da5e7 100644 --- a/apps/frontend/astro.config.mjs +++ b/apps/frontend/astro.config.mjs @@ -9,6 +9,6 @@ export default defineConfig({ integrations: [tailwind()], server: { host: true, - allowedHosts: ['games.teletype.hu'] + allowedHosts: ['teletypegames.org'] } -}); \ No newline at end of file +});