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(`./carbon_ads.content`).then((m) => m.html),
title: "Modrinth's Carbon Ads experiment",
summary:
"As a step towards implementing author payouts, we're experimenting with a couple different ad providers to see which one works the best for us.",
summary: 'Experimenting with a different ad providers to find one which one works for us.',
date: '2022-09-08T00:00:00.000Z',
slug: 'carbon-ads',
authors: ['6plzAzU4'],
thumbnail: true,
}