fix: harmonize main page with rest of site

This commit is contained in:
2026-02-20 19:47:07 +01:00
parent 3bbc5281e8
commit 23facaa36d
4 changed files with 10 additions and 4 deletions

View File

@@ -286,7 +286,7 @@ export class PreviewServer {
if (pagedPathname === '/') {
const result = await this.loadPublishedSnapshotsPage({ status: 'published' }, pageOptions);
return this.pageRenderer.renderPostList(result.posts, rewriteContext, {
archiveGrouping: false,
archiveGrouping: true,
routeKind: 'date',
archiveContext: { kind: 'root' },
basePathname: pagedPathname,