harlan-zw / nuxt-site-config

Unifying site config with powerful and flexible APIs, for module authors and users.
https://nuxtseo.com/site-config
64 stars 3 forks source link

fix(site-link): use nuxt's link properties #18

Closed dargmuesli closed 8 months ago

dargmuesli commented 8 months ago

Description

This could fix the type issue on the SiteLink component.

Linked Issues

https://github.com/harlan-zw/nuxt-site-config/issues/17

Additional context

I'm not sure why NuxtLinkOptions is currently in use, as I'd expect NuxtLinkProps. If options are used as intended after all, feel free to close this PR.

harlan-zw commented 8 months ago

Thanks. I had something like this originally but it was throwing an error (https://github.com/harlan-zw/nuxt-site-config/commit/074d9ff8c76e22dba97c08ac60a58ce83d0c4f7f). Maybe the non-aliased version will work better.