From bb35bb92bcf112b7a8cad4a2ff61fc6139c6a4ea Mon Sep 17 00:00:00 2001 From: MH4GF Date: Sun, 15 Dec 2024 22:21:50 +0900 Subject: [PATCH] fix: update TypeScript configuration reference link in next-env.d.ts --- next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 40c3d680..1b3be084 100644 --- a/next-env.d.ts +++ b/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.