Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydson/3d49cdac3e21b8b3d784fc263869f52e to your computer and use it in GitHub Desktop.
Save jaydson/3d49cdac3e21b8b3d784fc263869f52e to your computer and use it in GitHub Desktop.
export async function getStaticPaths() {
return {
paths: [
{ params: { ... } } // See the "paths" section below
],
fallback: true or false // See the "fallback" section below
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment