You've already forked AstralRinth
forked from didirus/AstralRinth
Envs v3 frontend (#4267)
* New envs frontend * lint fix * Add blog post, user-facing changes, dashboard warning, project page member warning, and migration reviewing. maybe some other misc stuff * lint * lint * ignore .data in .prettierignore * i18n as fuck * fix proj page * Improve news markdown rendering * improve phrasing of initial paragraph * Fix environments not reloading after save * index.ts instead of underscored name * shrink-0 back on these icons
This commit is contained in:
@@ -17,6 +17,7 @@ import { article as modpacks_alpha } from "./modpacks_alpha";
|
||||
import { article as modrinth_app_beta } from "./modrinth_app_beta";
|
||||
import { article as modrinth_beta } from "./modrinth_beta";
|
||||
import { article as modrinth_servers_beta } from "./modrinth_servers_beta";
|
||||
import { article as new_environments } from "./new_environments";
|
||||
import { article as new_site_beta } from "./new_site_beta";
|
||||
import { article as plugins_resource_packs } from "./plugins_resource_packs";
|
||||
import { article as pride_campaign_2025 } from "./pride_campaign_2025";
|
||||
@@ -37,6 +38,7 @@ export const articles = [
|
||||
pride_campaign_2025,
|
||||
plugins_resource_packs,
|
||||
new_site_beta,
|
||||
new_environments,
|
||||
modrinth_servers_beta,
|
||||
modrinth_beta,
|
||||
modrinth_app_beta,
|
||||
|
||||
2
packages/blog/compiled/new_environments.content.ts
Normal file
2
packages/blog/compiled/new_environments.content.ts
Normal file
File diff suppressed because one or more lines are too long
11
packages/blog/compiled/new_environments.ts
Normal file
11
packages/blog/compiled/new_environments.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// AUTO-GENERATED FILE - DO NOT EDIT
|
||||
export const article = {
|
||||
html: () => import(`./new_environments.content`).then(m => m.html),
|
||||
title: "Creators: Verify Your Environment Metadata",
|
||||
summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
|
||||
date: "2025-08-28T07:00:00.000Z",
|
||||
slug: "new-environments",
|
||||
authors: ["Dc7EYhxG"],
|
||||
thumbnail: true,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user