From 9f2949feba8884af4b59752231bdc3f03ae7569b Mon Sep 17 00:00:00 2001 From: "Donghyuk (Jacob) Jang" Date: Fri, 5 Aug 2022 11:49:58 -0400 Subject: [PATCH] fix: wrong reference url for disableStaticImages (#39362) ## Minor Improvement - doc of `disableStaticImages` has an incorrect reference link. Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com> --- packages/next/shared/lib/image-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/shared/lib/image-config.ts b/packages/next/shared/lib/image-config.ts index d60e966ccf30..d65b538522a1 100644 --- a/packages/next/shared/lib/image-config.ts +++ b/packages/next/shared/lib/image-config.ts @@ -60,7 +60,7 @@ export type ImageConfigComplete = { */ domains: string[] - /** @see [Cache behavior](https://nextjs.org/docs/api-reference/next/image#caching-behavior) */ + /** @see [Disable static image import configuration](https://nextjs.org/docs/api-reference/next/image#disable-static-imports) */ disableStaticImages: boolean /** @see [Cache behavior](https://nextjs.org/docs/api-reference/next/image#caching-behavior) */