harlan-zw / nuxt-site-config

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

`useSiteConfig` within Nuxt App code should be a Ref for explicit reactivity #11

Closed harlan-zw closed 11 months ago

harlan-zw commented 11 months ago

Describe the bug

Issue is described in this PR https://github.com/harlan-zw/nuxt-site-config/pull/7

Reproduction

No response

System / Nuxt Info

No response

harlan-zw commented 11 months ago

Dropping client-side writing so reactivity is less important. Calling .get() will toValue any refs.