From 07e79a52bdb83979d0a9929f29e3c496503946b0 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 2 Mar 2026 22:07:34 +0100 Subject: [PATCH] allowedHost fix --- apps/frontend/astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/frontend/astro.config.mjs b/apps/frontend/astro.config.mjs index abc5578..cb46fe8 100644 --- a/apps/frontend/astro.config.mjs +++ b/apps/frontend/astro.config.mjs @@ -4,4 +4,8 @@ import tailwind from '@astrojs/tailwind'; export default defineConfig({ integrations: [tailwind()], + server: { + host: true, + allowedHosts: ['games.teletype.hu'] + } }); \ No newline at end of file