Next.js Discord

Discord Forum

redirects

Answered
Siamese posted this in #help-forum
Open in Discord
SiameseOP
Is it better to have the redirect routes inside middleware or as a route.ts file?
Answered by Sun bear
What exactly are you planning to do?

In general I would go like this:
https://nextjs.org/docs/app/api-reference/next-config-js/redirects
View full answer

3 Replies

SiameseOP
bump
Sun bear
What exactly are you planning to do?

In general I would go like this:
https://nextjs.org/docs/app/api-reference/next-config-js/redirects
Answer