fix blog date + app changelog
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"title": "Introducing Server Projects",
|
"title": "Introducing Server Projects",
|
||||||
"summary": "A new project type made for seamless modded multiplayer on Modrinth.",
|
"summary": "A new project type made for seamless modded multiplayer on Modrinth.",
|
||||||
"thumbnail": "https://modrinth.com/news/article/introducing-server-projects/thumbnail.webp",
|
"thumbnail": "https://modrinth.com/news/article/introducing-server-projects/thumbnail.webp",
|
||||||
"date": "2026-03-02T15:00:00.000Z",
|
"date": "2026-03-04T01:30:00.000Z",
|
||||||
"link": "https://modrinth.com/news/article/introducing-server-projects"
|
"link": "https://modrinth.com/news/article/introducing-server-projects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Introducing Server Projects
|
title: Introducing Server Projects
|
||||||
summary: A new project type made for seamless modded multiplayer on Modrinth.
|
summary: A new project type made for seamless modded multiplayer on Modrinth.
|
||||||
date: 2026-03-02T15:00:00+00:00
|
date: 2026-03-03T17:30:00-08:00
|
||||||
authors: ['AJfd8YH6', '6EjnV9Uf', 'xSQqYYIN']
|
authors: ['AJfd8YH6', '6EjnV9Uf', 'xSQqYYIN']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ export const article = {
|
|||||||
html: () => import(`./introducing_server_projects.content`).then(m => m.html),
|
html: () => import(`./introducing_server_projects.content`).then(m => m.html),
|
||||||
title: "Introducing Server Projects",
|
title: "Introducing Server Projects",
|
||||||
summary: "A new project type made for seamless modded multiplayer on Modrinth.",
|
summary: "A new project type made for seamless modded multiplayer on Modrinth.",
|
||||||
date: "2026-03-02T15:00:00.000Z",
|
date: "2026-03-04T01:30:00.000Z",
|
||||||
slug: "introducing-server-projects",
|
slug: "introducing-server-projects",
|
||||||
authors: ["AJfd8YH6","6EjnV9Uf","xSQqYYIN"],
|
authors: ["AJfd8YH6","6EjnV9Uf","xSQqYYIN"],
|
||||||
unlisted: false,
|
unlisted: false,
|
||||||
|
|||||||
@@ -11,16 +11,14 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2026-03-02T16:45:00-08:00`,
|
date: `2026-03-03T17:30:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
version: '0.11.0',
|
version: '0.11.2',
|
||||||
body: `## Introducing Server Projects
|
body: `## [Introducing Server Projects](/news/article/introducing-server-projects)
|
||||||
|
|
||||||
- Added new Server Project type
|
- Added new Server Project type
|
||||||
- Three compatibility types: vanilla, modded (published pack), or modded (uploaded pack)
|
- Three compatibility types: vanilla, modded (published pack), or modded (uploaded pack)
|
||||||
- Added new linked server instance type that receives updates from the server
|
- Added new linked server instance type that receives updates from the server
|
||||||
- Joining a server from the app downloads the required content and launches you directly into the server
|
- Joining a server from the app downloads the required content and launches you directly into the server.`,
|
||||||
`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2026-02-16T12:40:00-08:00`,
|
date: `2026-02-16T12:40:00-08:00`,
|
||||||
|
|||||||
Reference in New Issue
Block a user