From ff96ae0c36353640273e37cad6791fd311c1503e Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:47:07 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/blog/tanstack-router-introduction/opengraph-image.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/blog/tanstack-router-introduction/opengraph-image.tsx b/src/app/blog/tanstack-router-introduction/opengraph-image.tsx index 6465345..3e8b092 100644 --- a/src/app/blog/tanstack-router-introduction/opengraph-image.tsx +++ b/src/app/blog/tanstack-router-introduction/opengraph-image.tsx @@ -26,7 +26,8 @@ export default async function OpenGraphImage() { alignItems: 'center', display: 'flex', backgroundColor: '#50e2d2', - backgroundImage: 'linear-gradient(62deg, #50e2d2 0%, #8584ae 100%)', + backgroundImage: + 'linear-gradient(62deg, #50e2d2 0%, #8584ae 100%)', justifyContent: 'center', width: '100%', height: '100%',