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
66 stars 6 forks source link

fix: do not augment nuxt/schema #33

Closed ThibaultVlacich closed 2 months ago

ThibaultVlacich commented 2 months ago

Description

Context: nuxt/nuxt#28332

nuxt/schema is a re-export of @nuxt/schema for users to use. Modules should not augment it, or it may end up overwriting the inferred types from @nuxt/schema.

Linked Issues

nuxt/nuxt#28332

Additional context

harlan-zw commented 2 months ago

Thanks!