aboutsummaryrefslogtreecommitdiffstats
path: root/middleware
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-07-01 00:03:34 -0700
committerPinapelz <yukais@pinapelz.com>2025-07-01 00:03:34 -0700
commitfdbf92c95c5355136c38e958f6add37a8d242aa7 (patch)
tree02ee4293deeaf65d20edf850abb2b58acab8efe9 /middleware
parent89550dc39da5ccdb7e729c1dc2b68e5075980bd4 (diff)
adjust post link to use middleware site
Diffstat (limited to 'middleware')
-rw-r--r--middleware/src/app/[gameName]/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/src/app/[gameName]/page.tsx b/middleware/src/app/[gameName]/page.tsx
index 8bf9c0b..76d883b 100644
--- a/middleware/src/app/[gameName]/page.tsx
+++ b/middleware/src/app/[gameName]/page.tsx
@@ -48,10 +48,10 @@ export async function generateMetadata({
}
return {
title: matchingPost.headline,
- description: matchingPost.content.slice(0, 100),
+ description: matchingPost.content.slice(0, 300),
openGraph: {
title: matchingPost.headline,
- description: matchingPost.content.slice(0, 100),
+ description: matchingPost.content.slice(0, 300),
images: matchingPost.images?.[0]?.image
? [matchingPost.images[0].image]
: [],
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage