aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-07-01 13:55:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-07-01 13:55:22 -0700
commitd171a3c14802e319ffa561ebc899ecc440611052 (patch)
tree6f7edba1406ca262990249280307468a181018ab
parentf99646b876dd0ec265611dbb959a0c7ff5808684 (diff)
keep content even if headline becomes content (og description tag usage)
-rw-r--r--middleware/src/app/[gameName]/page.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/src/app/[gameName]/page.tsx b/middleware/src/app/[gameName]/page.tsx
index 10e8b40..5a4f0ff 100644
--- a/middleware/src/app/[gameName]/page.tsx
+++ b/middleware/src/app/[gameName]/page.tsx
@@ -44,7 +44,6 @@ export async function generateMetadata({
}
if (!matchingPost.headline) {
matchingPost.headline = matchingPost.content;
- matchingPost.content = "";
}
return {
title: matchingPost.headline,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage