From fd79e6b5a07b5d419b34e26fa5f10c93f35386b7 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 14 Sep 2024 16:21:56 +0200 Subject: [PATCH] [core] Fix 301 link to Next.js and git diff --- examples/pigment-css-nextjs-ts/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pigment-css-nextjs-ts/next-env.d.ts b/examples/pigment-css-nextjs-ts/next-env.d.ts index 4f11a03d..a4a7b3f5 100644 --- a/examples/pigment-css-nextjs-ts/next-env.d.ts +++ b/examples/pigment-css-nextjs-ts/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.