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
functions/props/docs/[slug].js
and
functions/props/docs.js
and in /docs.js
exportdefault{handler({ params ={}, query ={}}){return{status: 302,// Any 3xx is accepted for a redirectheaders: {location: "/docs/getting-started",},};},options: {cache: {api: 90,html: 90,},},};
And this is affecting in docs/[slug] paths as well.
yes. I have two routes.
/docs
docs/[slug]
And I am trying to redirect user from /docs to /docs/getting-started
From Discord via @subhendukundu:
The text was updated successfully, but these errors were encountered: