Replies: 3 comments
-
is it possible yet |
Beta Was this translation helpful? Give feedback.
0 replies
-
wanna too |
Beta Was this translation helpful? Give feedback.
0 replies
-
Might be a duplicate of #11272? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
Is it possible to return additional data in the
getStaticPaths()
response? And read that ingetStaticProps(context)
For example
Currently the
context
parameter ingetStaticProps()
is justWe would like to fetch data from our CMS by ID in
getStaticProps
, but show a different slug.Beta Was this translation helpful? Give feedback.
All reactions