Skip to content

Commit

Permalink
set fallback to true for getStaticPaths so new paths can be added
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmalbert committed Jul 2, 2021
1 parent 74196bf commit b5d1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/pages/listing/[id]/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function getStaticPaths(context: { locales: Array<string> }) {
locale: locale,
}))
),
fallback: false,
fallback: true,
}
}

Expand Down

0 comments on commit b5d1b71

Please sign in to comment.