Nuxt/docs/3.api/1.composables/use-app-config.md

262 B

useAppConfig

Access the reactive app config defined in the project.

Usage:

const appConfig = useAppConfig()

console.log(appConfig)

::ReadMore{link="/docs/guide/directory-structure/app-config"}