Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/nuxt/nuxt/llms.txt

Use this file to discover all available pages before exploring further.

Usage

const appConfig = useAppConfig()

console.log(appConfig)

Parameters

This composable does not take any parameters.

Return Values

appConfig
AppConfig
A reactive object containing the app configuration defined in app.config.ts. The config is reactive and will update automatically when changed.

Type

export function useAppConfig(): AppConfig