Skip to content

Commit

Permalink
fix(apollo): article fetch via graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
rutajdash committed May 1, 2022
1 parent 9b1f499 commit 85aa11d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions client/src/pages/article/[...article].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,7 @@ export async function getStaticProps({

export async function getStaticPaths() {
return {
paths: [
{
params: {
article: [
'626d29bbc849aea28d531657',
'Re-jubin-ate-to-the-tunes-of-Celebrity-Night',
],
},
},
],
paths: [],
fallback: 'blocking',
};
}
Expand Down

0 comments on commit 85aa11d

Please sign in to comment.