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