From 4428636492d777147b0b6c68f93f02403e6ddec2 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 1 May 2026 18:00:40 +0800 Subject: [PATCH] update tagline to canonical line from about.md Generic 'Trending Topics' replaced with the explicit positioning line from about.md: "Where the internet's MVPs go viral" Flows through to , og:description, twitter:description and the visible header tagline. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/site.js b/src/lib/site.js index c692d80..a05e266 100644 --- a/src/lib/site.js +++ b/src/lib/site.js @@ -1,6 +1,6 @@ export const site = { name: 'ViralMVP', - description: 'Trending Topics', + description: "Where the internet's MVPs go viral", url: 'https://viralmvp.com', postsPerPage: 10, };