fix: Remove domain restrictions, let Easypanel handle routing
This commit is contained in:
@@ -13,8 +13,7 @@ export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['moreminimore.com', 'www.moreminimore.com', 'localhost']
|
||||
host: true
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user