feat: analytics 2.0 blogpost (#6235)

* feat: analytics 2.0 blogpost

* update blog post

* performance: compress mp4s

* date

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
Co-authored-by: tdgao <mr.trumgao@gmail.com>
This commit is contained in:
Calum H.
2026-05-29 20:47:44 +01:00
committed by GitHub
parent 99611d22c7
commit 206813b74c
24 changed files with 191 additions and 15 deletions
+3 -3
View File
@@ -177,9 +177,9 @@
{{
user.bio
? user.bio
: projects.length === 0
? formatMessage(messages.bioFallbackUser)
: formatMessage(messages.bioFallbackCreator)
: projects?.length > 0
? formatMessage(messages.bioFallbackCreator)
: formatMessage(messages.bioFallbackUser)
}}
</template>
<template v-if="!isModrinthUser" #stats>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

@@ -1,5 +1,12 @@
{
"articles": [
{
"title": "Project Analytics are good now",
"summary": "Get deeper insights into how people are using your projects with breakdowns, filtering, and more!",
"thumbnail": "https://modrinth.com/news/article/analytics-overhaul/thumbnail.webp",
"date": "2026-05-29T11:00:00.000Z",
"link": "https://modrinth.com/news/article/analytics-overhaul"
},
{
"title": "Modrinth Hosting in the App",
"summary": "Buy, setup, and manage your server all in the Modrinth App.",
File diff suppressed because one or more lines are too long