mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
remove blogTagsPaginated
This commit is contained in:
parent
a6e51983bd
commit
2e54082068
|
|
@ -122,11 +122,10 @@ export default async function pluginContentBlog(
|
|||
blogListPaginated: [],
|
||||
blogTags: {},
|
||||
blogTagsListPath,
|
||||
blogTagsPaginated: [],
|
||||
};
|
||||
}
|
||||
|
||||
// Colocate next and prev metadata.
|
||||
// Collocate next and prev metadata.
|
||||
listedBlogPosts.forEach((blogPost, index) => {
|
||||
const prevItem = index > 0 ? listedBlogPosts[index - 1] : null;
|
||||
if (prevItem) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue