NextJS redirect help!
Unanswered
Nɪᴋᴜɴᴊᴀ posted this in #help-forum
NɪᴋᴜɴᴊᴀOP
how to redirect link from nextapp to different domain?
like if i go localhost:3000/yt it will redirect to youtube
i tried it in middle ware and nextconfig.ts but it shows CORS origin in production environment
how to avoid that CORS error to redirect!????
like if i go localhost:3000/yt it will redirect to youtube
i tried it in middle ware and nextconfig.ts but it shows CORS origin in production environment
how to avoid that CORS error to redirect!????
1 Reply
Toyger
https://nextjs.org/docs/app/building-your-application/routing/redirecting#redirects-in-nextconfigjs
you can define your redirects directly in nextconfig
you can define your redirects directly in nextconfig