Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jan 4, 2024
1 parent 7bd15ad commit b76f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/articles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function get(req: any) {

return {
props: {
slug: req.params.slug.join('/'),
slug: 'articles',
count: articlesResponseWithCount.count,
articles: articles
}
Expand Down

0 comments on commit b76f90e

Please sign in to comment.