blogUtils.test.ts update page url

This commit is contained in:
Liviu Ionescu 2024-02-09 17:55:48 +02:00
parent 056105cd36
commit 6c4c8a5a3e

View file

@ -73,7 +73,7 @@ describe('paginateBlogPosts', () => {
blogTitle: 'Blog Title',
blogDescription: 'Blog Description',
postsPerPageOption: 10,
pageBasePath: 'page',
pageBasePath: 'a-page',
}),
).toMatchSnapshot();
});