Allow all hosts

This commit is contained in:
Kunthawat Greethong
2026-04-28 11:20:19 +07:00
parent 6d9a10f808
commit 4d536cb2a0
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ export default defineConfig({
port: 4321,
},
vite: {
allowedHosts: ['moreminimore-astro-tina.extyye.easypanel.host'],
allowedHosts: true,
},
})