fix: Remove domain restrictions, let Easypanel handle routing

This commit is contained in:
Kunthawat Greethong
2026-03-09 21:02:59 +07:00
parent 7ad2e13fe6
commit 9fe23da5ce

View File

@@ -13,8 +13,7 @@ export default defineConfig({
vite: { vite: {
plugins: [tailwindcss()], plugins: [tailwindcss()],
server: { server: {
host: true, host: true
allowedHosts: ['moreminimore.com', 'www.moreminimore.com', 'localhost']
} }
} }
}); });