Allow all hosts in preview server
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'],
|
||||
allowedHosts: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user