NextJS Redirects
Answered
Gouty oak gall posted this in #help-forum
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!
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 html2 Replies
@Gouty oak gall 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!
how are you linking to
/support if next/link, can you try just an a tag like normal htmlAnswer
@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!