Replaced demo by dev3 url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m10s

This commit is contained in:
NicolasCantu 2025-10-07 10:53:39 +02:00
parent 0d473cf3d1
commit e74ce0aabc

View File

@ -60,7 +60,7 @@ export default defineConfig({
port: 3003,
proxy: {
'/storage': {
target: 'https://demo.4nkweb.com',
target: 'https://dev3.4nkweb.com',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/storage/, '/storage'),
@ -78,4 +78,4 @@ export default defineConfig({
}
}
},
});
});