Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
page.tsx
to fetch and pass next and previous articles
* Change cache keys and tags for `cachedGetNextArticle` and `cachedGetPreviousArticle` to match `cachedGetContentDetail` * Fetch next and previous articles using `cachedGetNextArticle` and `cachedGetPreviousArticle` * Pass next and previous articles as props to `ContentDetail` component
- Loading branch information