add spark blog post

This commit is contained in:
Prospector
2026-06-15 07:34:31 -07:00
parent bfbe66f73b
commit 503d34ee0f
15 changed files with 285 additions and 4 deletions
+2
View File
@@ -14,6 +14,7 @@ import { article as design_refresh } from "./design_refresh";
import { article as download_adjustment } from "./download_adjustment";
import { article as free_server_medal } from "./free_server_medal";
import { article as introducing_server_projects } from "./introducing_server_projects";
import { article as joining_spark_universe } from "./joining_spark_universe";
import { article as knossos_v2_1_0 } from "./knossos_v2_1_0";
import { article as licensing_guide } from "./licensing_guide";
import { article as modpack_changes } from "./modpack_changes";
@@ -56,6 +57,7 @@ export const articles = [
download_adjustment,
free_server_medal,
introducing_server_projects,
joining_spark_universe,
knossos_v2_1_0,
licensing_guide,
modpack_changes,
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./joining_spark_universe.content`).then(m => m.html),
title: "Modrinth joins Spark Universe",
summary: "The next chapter. What it means and why we think its right for Modrinth.",
date: "2026-06-15T14:00:00.000Z",
slug: "joining-spark-universe",
authors: ["MpxzqsyW"],
unlisted: false,
thumbnail: true,
};