allowedHost fix

This commit is contained in:
2026-03-02 22:07:34 +01:00
parent 75bd985b32
commit 07e79a52bd
+4
View File
@@ -4,4 +4,8 @@ import tailwind from '@astrojs/tailwind';
export default defineConfig({
integrations: [tailwind()],
server: {
host: true,
allowedHosts: ['games.teletype.hu']
}
});