You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seed initial data to SWR for the dynamic pages. (ie, pages/items/[id].jsx) .
It can be done using a combination of getStaticPaths and getStaticProps. It also needs all the ids of the posts showing on the pages.
The text was updated successfully, but these errors were encountered:
Seed initial data to SWR for the dynamic pages. (ie, pages/items/[id].jsx) .
It can be done using a combination of
getStaticPaths
andgetStaticProps
. It also needs all the ids of the posts showing on the pages.The text was updated successfully, but these errors were encountered: