Skip to content

Commit

Permalink
test: align "/test/ing/"-title to other titles
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbits committed Mar 29, 2024
1 parent 78d604c commit 7cba77b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ export async function getStaticPaths() {
},
{
slug: '/test/ing/',
title: 'TestIng',
title: 'Rest TestIng',
},
];
return pages.map(({ slug, title }) => {
Expand Down

0 comments on commit 7cba77b

Please sign in to comment.