From 67c786471f0982ff0b8129dbecde333ae12f1057 Mon Sep 17 00:00:00 2001 From: Saeid Zareie <65568529+Saeid-Za@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:55:09 +0330 Subject: [PATCH] docs: removing deprecated coming soon banner (#19817) --- docs/2.guide/2.directory-structure/3.app-config.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/2.guide/2.directory-structure/3.app-config.md b/docs/2.guide/2.directory-structure/3.app-config.md index 319790003d..a4719428bc 100644 --- a/docs/2.guide/2.directory-structure/3.app-config.md +++ b/docs/2.guide/2.directory-structure/3.app-config.md @@ -37,11 +37,6 @@ export default defineAppConfig({ 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/pull/19489) and available on [edge-channel](https://nuxt.com/docs/guide/going-further/edge-channel). -:: - ```js const appConfig = useAppConfig()