From edd93bbecb01ceb39d5d9c6ed032675035896d85 Mon Sep 17 00:00:00 2001 From: Noru Date: Mon, 8 Aug 2022 13:02:56 +0530 Subject: [PATCH] docs: fixed Next.js link in S3 plugin documentation (#2006) --- docs/content/add-plugins/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/add-plugins/s3.md b/docs/content/add-plugins/s3.md index 13277caf64..35ff63d287 100644 --- a/docs/content/add-plugins/s3.md +++ b/docs/content/add-plugins/s3.md @@ -150,7 +150,7 @@ You can also check that the image was uploaded on the S3 bucket’s page. ## Next.js Storefront Configuration -If you’re using a [Next.js](../starters/nextjs-medusa-starter.md storefront, you need to add an additional configuration that adds the S3 bucket domain name into the configured images’ domain names. This is because all URLs of product images will be from the S3 bucket. +If you’re using a [Next.js](../starters/nextjs-medusa-starter.md) storefront, you need to add an additional configuration that adds the S3 bucket domain name into the configured images’ domain names. This is because all URLs of product images will be from the S3 bucket. If this configuration is not added, you’ll receive the error ["next/image Un-configured Host”](https://nextjs.org/docs/messages/next-image-unconfigured-host).