mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 18:45:15 +00:00
add spark blog post
This commit is contained in:
@@ -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 it’s right for Modrinth.",
|
||||
date: "2026-06-15T14:00:00.000Z",
|
||||
slug: "joining-spark-universe",
|
||||
authors: ["MpxzqsyW"],
|
||||
unlisted: false,
|
||||
thumbnail: true,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user