Allow all hosts in preview server

This commit is contained in:
Kunthawat Greethong
2026-03-13 09:26:18 +07:00
parent 82cc635e26
commit 5eaaf6f632

View File

@@ -28,7 +28,7 @@ export default defineConfig({
}, },
server: { server: {
host: true, host: true,
allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'], allowedHosts: true,
}, },
}, },
}); });