diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx index aa39fe5fc2b..04674c9c438 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -96,8 +96,10 @@ export function Page({ {!isBlogIndex && ( oldest + // but "Previous" should go to older posts and "Next" to newer posts + nextRoute={section === 'blog' ? prevRoute : nextRoute} + prevRoute={section === 'blog' ? nextRoute : prevRoute} /> )}