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 }