From c7e8e28abde6f67afa73a1555842c3938e23ee9a Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 25 Jun 2026 15:02:29 +0000 Subject: [PATCH] feat(researchowl): enable SEO autofill (SEO_AUTOFILL=on) Activates the autofill publish path in production. Drafts now get meta/OG/Twitter/tags/internal-links best-effort; status stays draft. --- researchowl/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/researchowl/deployment.yaml b/researchowl/deployment.yaml index 41e1139..bd973da 100644 --- a/researchowl/deployment.yaml +++ b/researchowl/deployment.yaml @@ -90,6 +90,8 @@ spec: secretKeyRef: name: researchowl-secrets-infisical key: ghost-api-key-en + - name: SEO_AUTOFILL + value: "on" volumeMounts: - name: data mountPath: /data