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