Added content tab blog post (#5540)

* Added content tab blog post

* dont know why this change was in here

* update date
This commit is contained in:
Prospector
2026-03-13 12:18:16 -07:00
committed by GitHub
parent adef71b89a
commit c9547bb988
20 changed files with 150 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./content_management_overhaul.content`).then(m => m.html),
title: "Content Management Overhaul",
summary: "Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.",
date: "2026-03-13T20:30:00.000Z",
slug: "content-management-overhaul",
authors: ["AJfd8YH6","bOHH0P9Z","LnK8MbX7"],
unlisted: false,
thumbnail: true,
};

View File

@@ -4,6 +4,7 @@ import { article as accelerating_development } from "./accelerating_development"
import { article as becoming_sustainable } from "./becoming_sustainable";
import { article as capital_return } from "./capital_return";
import { article as carbon_ads } from "./carbon_ads";
import { article as content_management_overhaul } from "./content_management_overhaul";
import { article as creator_monetization } from "./creator_monetization";
import { article as creator_update } from "./creator_update";
import { article as creator_updates_july_2025 } from "./creator_updates_july_2025";
@@ -41,6 +42,7 @@ export const articles = [
becoming_sustainable,
capital_return,
carbon_ads,
content_management_overhaul,
creator_monetization,
creator_update,
creator_updates_july_2025,