So I implemented Next.js client-side navigation support for non first-party generated HTML #33431
Unanswered
SukkaW
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Next.js client-side navigation requires
<Link />
component fromnext/link
. However, there are many cases that your content is out of your control:So I implement a solution based on Gatsby's gatsby-plugin-catch-links:
Beta Was this translation helpful? Give feedback.
All reactions