Next 9.3 Locale getStaticPaths #11104
Answered
by
TommySorensen
TommySorensen
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
TommySorensen
Mar 16, 2020
Replies: 1 comment
-
Update What i should have done was: <Link href="/[...slug]" as="/en/somepage">
<a>En Somepage</a>
</Link> And not: <Link href="/en/somepage">
<a>En Somepage</a>
</Link> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TommySorensen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update
Apparently it was me not understanding why the error 500 was happening.
I did not use the
as
prop in<Link>
component.What i should have done was:
And not: