Next.js Discord

Discord Forum

NextJS Redirects

Answered
Gouty oak gall posted this in #help-forum
Open in Discord
Gouty oak gallOP
Hello. I wanted to setup some redirects from my /support url to an external website.

This is my config:

I am getting the following errors in the console and can't find anything online, any help is appreciated!
Answered by riský
how are you linking to /support if next/link, can you try just an a tag like normal html
View full answer

2 Replies

Answer
@riský how are you linking to `/support` if next/link, can you try just an `a` tag like normal html
Gouty oak gallOP
Didn't think about that, your solution worked. Thank you very much!