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
Instead of generating individual redirect pages, I'd like to create a custom 404 page that uses a client-side router to do the redirect. That would make it possible to declutter the top level of the website repo.
Also, the redirect info currently lives in a standalone JSON file. I'd like to put the redirect definitions in each page's metadata instead, using redirect_from as the metadata key.
The text was updated successfully, but these errors were encountered:
Instead of generating individual redirect pages, I'd like to create a custom 404 page that uses a client-side router to do the redirect. That would make it possible to declutter the top level of the website repo.
Also, the redirect info currently lives in a standalone JSON file. I'd like to put the redirect definitions in each page's metadata instead, using
redirect_from
as the metadata key.The text was updated successfully, but these errors were encountered: