mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: clarify that app config is not available (yet) in nitro (#19200)
This commit is contained in:
parent
185ae9fd2c
commit
2359b43aa2
@ -35,7 +35,11 @@ export default defineAppConfig({
|
||||
})
|
||||
```
|
||||
|
||||
When adding `theme` to the `app.config`, Nuxt uses Vite or webpack to bundle the code. We can universally access `theme` in both server and browser using [useAppConfig](/docs/api/composables/use-app-config) composable.
|
||||
When adding `theme` to the `app.config`, Nuxt uses Vite or webpack to bundle the code. We can universally access `theme` both when server-rendering the page and in the browser using [useAppConfig](/docs/api/composables/use-app-config) composable.
|
||||
|
||||
::alert{type=info}
|
||||
Support for accessing `useAppConfig()` in Nitro and `server` directory is [coming soon](https://github.com/nuxt/nuxt/issues/14670).
|
||||
::
|
||||
|
||||
```js
|
||||
const appConfig = useAppConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user