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
Create a dynamic route at /gallery/[template].tsx that uses a combination of getStaticPaths and getStaticProps to render the contents from a CMS fetch of all template details for every template. Reach out to Sharif for the latest designs
It may be necessary to hardcode the outputs of getStaticPaths and getStaticProps if the development CMS is not yet available
This ticket does not include the ability to create a template repo, just the Console display of template details
The text was updated successfully, but these errors were encountered:
Create a dynamic route at
/gallery/[template].tsx
that uses a combination ofgetStaticPaths
andgetStaticProps
to render the contents from a CMS fetch of all template details for every template. Reach out to Sharif for the latest designsIt may be necessary to hardcode the outputs of
getStaticPaths
andgetStaticProps
if the development CMS is not yet availableThis ticket does not include the ability to create a template repo, just the Console display of template details
The text was updated successfully, but these errors were encountered: