From 9d39cf962379c420c692837a6eeaf453c44e546d Mon Sep 17 00:00:00 2001 From: Jeongjin Oh Date: Mon, 2 Dec 2024 01:33:38 +0900 Subject: [PATCH] chore next-end.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 4f11a03dc..a4a7b3f5c 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/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.