From 90637862a7dc03498cc79fdb6d69b4f7364af95b Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Wed, 11 Dec 2024 11:55:45 +0100 Subject: [PATCH] chore: update next docs --- examples/next/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/next-env.d.ts b/examples/next/next-env.d.ts index 40c3d680..1b3be084 100644 --- a/examples/next/next-env.d.ts +++ b/examples/next/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.