Nuxt 2 is reaching End-of-Life on June 30th, 2024.

useAppConfig

Access the reactive app config defined in the project.

Usage

const appConfig = useAppConfig()

console.log(appConfig)
Read more in Docs > Guide > Directory Structure > App Config.