Skip to content

Commit

Permalink
Remove unstable_ prefix from unstable_blocking (#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 27, 2020
1 parent e18ff68 commit f8abcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -19,5 +19,5 @@ export function getStaticProps({ params }) {
}

export function getStaticPaths() {
return { paths: [], fallback: 'unstable_blocking' };
return { paths: [], fallback: 'blocking' };
}
Expand Up @@ -19,5 +19,5 @@ export function getStaticProps({ params }) {
}

export function getStaticPaths() {
return { paths: [], fallback: 'unstable_blocking' };
return { paths: [], fallback: 'blocking' };
}

0 comments on commit f8abcbc

Please sign in to comment.