From 7f6986a2b36eaf407828a86c555430f07dca055c Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Mon, 13 Jul 2026 15:54:23 +0200 Subject: [PATCH] fix: keep takumi OG image

content inline, exclude from vize fmt The URL line rendered by takumi/satori is whitespace-sensitive: letting vize fmt break `

communityfix.org

` onto its own line makes the surrounding whitespace render (e.g. underline stretched past the text). Add `**/*.takumi.vue` to vize.config ignores so the formatter leaves these hand-tuned components alone. Co-Authored-By: Claude Opus 4.8 (1M context) --- app/components/OgImage/Community.takumi.vue | 5 ++--- app/components/OgImage/Editorial.takumi.vue | 5 ++--- app/components/OgImage/Home.takumi.vue | 5 ++--- vize.config.ts | 5 +++++ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app/components/OgImage/Community.takumi.vue b/app/components/OgImage/Community.takumi.vue index f9565a5..076469b 100644 --- a/app/components/OgImage/Community.takumi.vue +++ b/app/components/OgImage/Community.takumi.vue @@ -36,9 +36,8 @@ const idLabel = computed(() => {
-

- communityfix.org -

+ +

communityfix.org

{{ kind }} diff --git a/app/components/OgImage/Editorial.takumi.vue b/app/components/OgImage/Editorial.takumi.vue index 86b7ec1..cad5e94 100644 --- a/app/components/OgImage/Editorial.takumi.vue +++ b/app/components/OgImage/Editorial.takumi.vue @@ -17,9 +17,8 @@ withDefaults(

-

- communityfix.org -

+ +

communityfix.org

{{ category }}

diff --git a/app/components/OgImage/Home.takumi.vue b/app/components/OgImage/Home.takumi.vue index 1571743..2f8f370 100644 --- a/app/components/OgImage/Home.takumi.vue +++ b/app/components/OgImage/Home.takumi.vue @@ -6,9 +6,8 @@ defineOptions({ inheritAttrs: false })