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 +});