jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
908 stars 50 forks source link

Exporting useful TwitterCardType #55

Closed bl4ckm0r3 closed 1 year ago

bl4ckm0r3 commented 1 year ago

When passing props to the SEO module the TwitterCardType cannot be imported so you get this error

Types of property 'card' are incompatible.
Type 'string' is not assignable to type 'TwitterCardType'

exporting the type should enable the correct casting when using the library

jonasmerlin commented 1 year ago

@bl4ckm0r3 Hey man, sorry for the delay. Thanks for your PR, lgtm!