Skip to content

Commit

Permalink
fix: wrong reference url for disableStaticImages (#39362)
Browse files Browse the repository at this point in the history
## Minor Improvement
- doc of `disableStaticImages` has an incorrect reference link.


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
  • Loading branch information
DonghyukJacobJang and ijjk committed Aug 5, 2022
1 parent 0571885 commit 9f2949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/shared/lib/image-config.ts
Expand Up @@ -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) */
Expand Down

0 comments on commit 9f2949f

Please sign in to comment.