fix(vite): allow game-no.ir domain in allowedHosts
This commit is contained in:
+7
-1
@@ -11,6 +11,12 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
port: 5174,
|
||||
strictPort: true
|
||||
strictPort: true,
|
||||
allowedHosts: ['game-no.ir', '.game-no.ir']
|
||||
},
|
||||
preview: {
|
||||
port: 5174,
|
||||
strictPort: true,
|
||||
allowedHosts: ['game-no.ir', '.game-no.ir']
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user