From 650f14bc42422056b22c6804cacd4637f2eb2d0b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 23 Nov 2021 15:43:24 +0000 Subject: [PATCH] docs: update runtimeconfig augmentation (#2108) --- docs/content/3.docs/1.usage/5.runtime-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.docs/1.usage/5.runtime-config.md b/docs/content/3.docs/1.usage/5.runtime-config.md index 501f195217..565f42b553 100644 --- a/docs/content/3.docs/1.usage/5.runtime-config.md +++ b/docs/content/3.docs/1.usage/5.runtime-config.md @@ -99,7 +99,7 @@ export default async () => { Currently it is possible to manually type your runtime config. ```ts [index.d.ts] -declare module '@nuxt/kit' { +declare module '@nuxt/schema' { interface PublicRuntimeConfig { testConfig: string }