Skip to content

Commit

Permalink
Update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 20, 2020
1 parent 70ca110 commit cebb6ba
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ export function unstable_getStaticProps({ params }) {
return { props: { params } }
}

export function unstable_getStaticPaths() {
return {
paths: [],
}
}

export default All

0 comments on commit cebb6ba

Please sign in to comment.