From 2acfa0fa238f193332db4605a5f1ce666334717b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 06 Mar 2025 01:13:19 +0000
Subject: [PATCH] fix(og-image): overflow ellipses in title and description
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index e6c7d4d..92872d7 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
},
"engines": {
"npm": ">=9.3.1",
- "node": "20 || >=22"
+ "node": ">=20"
},
"keywords": [
"site generator",
--
Gitblit v1.10.0