You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code is like
// proxy: {
// options: {
// target: 'http://example.com:8000',
// changeOrigin: true,
// pathRewrite: {
// '/auth': '/auth',
// '/site-test': '/site-test',
// '/site-prod': '/site-prod',
// },
// pathFilter: [
// '/auth',
// '/site-test',
// '/site-prod'
// ]
// }
// },
it works fine in devmode but when i write npm run generate and run .\output\public it returns 404