set allowed host

This commit is contained in:
2026-05-03 17:21:57 +02:00
parent ec1f2c7b8f
commit c5fac10048
+2 -2
View File
@@ -9,6 +9,6 @@ export default defineConfig({
integrations: [tailwind()],
server: {
host: true,
allowedHosts: ['games.teletype.hu']
allowedHosts: ['teletypegames.org']
}
});
});