From db8870abd372e4d050673c610d270bc4583caa96 Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Tue, 26 Apr 2022 21:24:01 +0800 Subject: [PATCH] chore: remove git.io All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ --- packages/next/server/lib/squoosh/impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/server/lib/squoosh/impl.ts b/packages/next/server/lib/squoosh/impl.ts index 5271e45fb4bc..8b5577304823 100644 --- a/packages/next/server/lib/squoosh/impl.ts +++ b/packages/next/server/lib/squoosh/impl.ts @@ -7,7 +7,7 @@ type EncoderKey = keyof typeof supportedFormats // Fixed in Node.js 16.5.0 and newer. // See https://github.com/nodejs/node/pull/39337 // Eventually, remove this delay when engines is updated. -// See https://git.io/JCTr0 +// See https://github.com/vercel/next.js/blob/1bcc923439f495a1717421e06af7e64c6003072c/packages/next/package.json#L249-L251 const FIXED_VERSION = '16.5.0' const DELAY_MS = 1000 let _promise: Promise | undefined