Add allowedHosts for

Easypanel
This commit is contained in:
Kunthawat Greethong
2026-04-28 11:18:54 +07:00
parent 111238ae9f
commit 6d9a10f808
3 changed files with 11 additions and 0 deletions

View File

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