We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6729f commit f823b31Copy full SHA for f823b31
src/components/Layout/Page.tsx
@@ -96,6 +96,7 @@ export function Page({
96
{!isBlogIndex && (
97
<DocsPageFooter
98
route={route}
99
+ // Blog posts are ordered newest to oldest, so swap routes to match chronological navigation
100
nextRoute={section === 'blog' ? prevRoute : nextRoute}
101
prevRoute={section === 'blog' ? nextRoute : prevRoute}
102
/>
0 commit comments