Skip to content

Commit

Permalink
feat: isr fallback blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Nov 28, 2024
1 parent 45893cc commit d3876d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/pages/isr/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const TestPage = ({ id, initialData }: Props): ReactElement => {
export default TestPage;

export async function getStaticPaths(): Promise<GetStaticPathsResult> {
return { paths: [], fallback: true };
return { paths: [], fallback: 'blocking' };
}

export async function getStaticProps({
Expand Down

0 comments on commit d3876d8

Please sign in to comment.