From a3415c0dcf1c934592dd7603cdcc532f2a60fe1b Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 17 Sep 2024 11:44:04 +0200 Subject: [PATCH] docs(common): update description about App Bridge (#84) --- space-plugins/nuxt-starter/README.md | 2 +- tool-plugins/nuxt-starter/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/space-plugins/nuxt-starter/README.md b/space-plugins/nuxt-starter/README.md index f032a1d..86c91ec 100644 --- a/space-plugins/nuxt-starter/README.md +++ b/space-plugins/nuxt-starter/README.md @@ -63,7 +63,7 @@ Ensure that "Production" is the section that contains information about the prod App Bridge -If you don't see the UI to enable App Bridge, please reach out to [the Storyblok support](https://www.storyblok.com/trust-center/service-support). Or, you can disable App Bridge, by replacing your `app.config.ts` with the following. +If you don't want to use App Bridge, you can disable App Bridge, by replacing your `app.config.ts` with the following. ```ts export default defineAppConfig({ diff --git a/tool-plugins/nuxt-starter/README.md b/tool-plugins/nuxt-starter/README.md index 4e16c7d..347c9ab 100644 --- a/tool-plugins/nuxt-starter/README.md +++ b/tool-plugins/nuxt-starter/README.md @@ -57,7 +57,7 @@ Ensure that "Production" is the section that contains information about the prod App Bridge -If you don't see the UI to enable App Bridge, please reach out to [the Storyblok support](https://www.storyblok.com/trust-center/service-support). Or, you can disable App Bridge, by replacing your `app.config.ts` with the following. +If you don't want to use App Bridge, you can disable App Bridge, by replacing your `app.config.ts` with the following. ```ts export default defineAppConfig({