mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
blogUtils.test.ts update page url
This commit is contained in:
parent
056105cd36
commit
6c4c8a5a3e
|
|
@ -73,7 +73,7 @@ describe('paginateBlogPosts', () => {
|
|||
blogTitle: 'Blog Title',
|
||||
blogDescription: 'Blog Description',
|
||||
postsPerPageOption: 10,
|
||||
pageBasePath: 'page',
|
||||
pageBasePath: 'a-page',
|
||||
}),
|
||||
).toMatchSnapshot();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue