From 2844168e9a149cee12a9089c74502d57a95be5e3 Mon Sep 17 00:00:00 2001 From: Vadorequest Date: Fri, 25 Jun 2021 18:52:54 +0200 Subject: [PATCH] Add link to live demo already hosted (#25718) * Add link to live demo already hosted To make it easier for people to simply see the live example without having to deploy a whole new project * update link Co-authored-by: JJ Kasper --- examples/image-component/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/image-component/README.md b/examples/image-component/README.md index 1b9eaa816a751..00f44a0a1a50f 100644 --- a/examples/image-component/README.md +++ b/examples/image-component/README.md @@ -4,6 +4,10 @@ This example shows how to use the [Image Component in Next.js](https://nextjs.or The index page ([`pages/index.js`](pages/index.js)) has a couple images, one internal image and one external image. In [`next.config.js`](next.config.js), the `domains` property is used to enable external images. The other pages demonstrate the different layouts. Run or deploy the app to see how it works! +## Live demo + +[https://image-component.nextjs.gallery/](https://image-component.nextjs.gallery/) + ## Preview Preview the example live on [StackBlitz](http://stackblitz.com/):