Replies: 1 comment 1 reply
-
A type assertion can be used, to get rid of the any type |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am on payload 2.26.0 and i did interagte the SEO Plugin as described in the docs, however the docs in
generateTitle: ({ doc }) => `Website.com — ${doc.title.value}`, generateDescription: ({ doc }) => doc.excerpt
isany
. Are there types available I can use?Beta Was this translation helpful? Give feedback.
All reactions