From 0633bd427f6283f09bc5ec10b9b238b8df8dd395 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Thu, 21 Nov 2024 07:25:38 +0100 Subject: [PATCH] Fix build error --- 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..40c3d6809 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/app/building-your-application/configuring/typescript for more information.