From 5c6d4c3b41cc0b6332967a3e96ec892216e49554 Mon Sep 17 00:00:00 2001
From: taskylizard <75871323+taskylizard@users.noreply.github.com>
Date: Mon, 30 Jun 2025 14:51:52 +0000
Subject: [PATCH] feat: new og image
---
.mise.toml | 3 ++-
docs/.vitepress/hooks/Template.vue | 23 ++++-------------------
docs/.vitepress/hooks/opengraph.ts | 7 ++++---
docs/.vitepress/hooks/satoriConfig.ts | 8 +++++---
package.json | 7 +++++--
pnpm-lock.yaml | 20 ++++++++++----------
6 files changed, 30 insertions(+), 38 deletions(-)
diff --git a/.mise.toml b/.mise.toml
index 5d3cdd5a1..e71cb5c92 100644
--- a/.mise.toml
+++ b/.mise.toml
@@ -1,6 +1,7 @@
# https://github.com/vitejs/vite/issues/17291
[tools]
-node = "21"
+node = "latest"
+pnpm = "latest"
[tasks]
d = "nrr docs:dev --host"
diff --git a/docs/.vitepress/hooks/Template.vue b/docs/.vitepress/hooks/Template.vue
index e309fd885..da9211919 100644
--- a/docs/.vitepress/hooks/Template.vue
+++ b/docs/.vitepress/hooks/Template.vue
@@ -1,28 +1,13 @@