fix: autoriser dev3.4nkweb.com dans allowedHosts
🔧 Correction configuration Vite:
- Ajout de dev3.4nkweb.com dans allowedHosts
- Ajout de localhost, 127.0.0.1, 31.33.24.235
- Résolution erreur 'Blocked request' pour dev3.4nkweb.com
- Serveur accessible depuis tous les hosts autorisés
This commit is contained in:
parent
bf680ab6dd
commit
88011d2f10
@ -22,6 +22,13 @@ export default defineConfig({
|
|||||||
cachedChecks: false,
|
cachedChecks: false,
|
||||||
},
|
},
|
||||||
port: 3004,
|
port: 3004,
|
||||||
|
host: '0.0.0.0',
|
||||||
|
allowedHosts: [
|
||||||
|
'dev3.4nkweb.com',
|
||||||
|
'localhost',
|
||||||
|
'127.0.0.1',
|
||||||
|
'31.33.24.235'
|
||||||
|
],
|
||||||
proxy: {
|
proxy: {
|
||||||
'/storage': {
|
'/storage': {
|
||||||
target: 'https://dev3.4nkweb.com',
|
target: 'https://dev3.4nkweb.com',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user