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
This causes all pages to redirect to demo.vercel.events, including in development.
asyncredirects(){return[{source: '/:slug*',destination: 'https://demo.vercel.events/:slug*',// Matched parameters can be used in the destinationpermanent: false}];}
I don't think this should be in the next.config.js, perhaps you should remove this and set up the redirects in your Vercel project.
The text was updated successfully, but these errors were encountered:
This causes all pages to redirect to demo.vercel.events, including in development.
I don't think this should be in the
next.config.js
, perhaps you should remove this and set up the redirects in your Vercel project.The text was updated successfully, but these errors were encountered: