using type safe routes nextjs.config
Unanswered
Trigg Hound posted this in #help-forum
Trigg HoundOP
Hi I have a question about using the nextjs typesafe routes, but how can I use the
next/link
component and pass a full url to it if I have the typesafe routes enabled? is it simply just using the a
tag instead?