app.config
Nuxt 3 provides an app.config config file to expose reactive configuration within your application with the ability to update it at runtime within lifecycle or using a nuxt plugin and editing it with HMR (hot-module-replacement).
This example shows how to use app.config
feature.
Read more in Docs > Guide > Directory Structure > App Config.