Fix: Allow all hosts in Vite preview for Coolify deployment
This commit is contained in:
@@ -2,5 +2,8 @@ export default {
|
||||
root: './',
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user