1
0

Add authors to blog posts and shorten some summaries (#3940)

This commit is contained in:
Prospector
2025-07-08 13:48:27 -07:00
committed by GitHub
parent 26df6f51ef
commit 1fdb5ba748
54 changed files with 117 additions and 23 deletions

View File

@@ -2,9 +2,9 @@
export const article = {
html: () => import(`./redesign.content`).then((m) => m.html),
title: 'Now showing on Modrinth: A new look!',
summary:
'After months of relatively quiet development, Modrinth has released many new features and improvements, including a redesign. Read on to learn more!',
summary: 'Releasing many new features and improvements, including a redesign!',
date: '2022-02-27T00:00:00.000Z',
slug: 'redesign',
authors: ['6plzAzU4'],
thumbnail: true,
}