docs: fixed Next.js link in S3 plugin documentation (#2006)

This commit is contained in:
Noru
2022-08-08 10:32:56 +03:00
committed by GitHub
parent 73383cc466
commit edd93bbecb
+1 -1
View File
@@ -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).