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.
This commit is contained in:
@@ -90,6 +90,8 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: researchowl-secrets-infisical
|
name: researchowl-secrets-infisical
|
||||||
key: ghost-api-key-en
|
key: ghost-api-key-en
|
||||||
|
- name: SEO_AUTOFILL
|
||||||
|
value: "on"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user