From 814b9373edf878c30f3c77ceb81f84443840e706 Mon Sep 17 00:00:00 2001 From: Vadorequest Date: Wed, 2 Jun 2021 12:33:19 +0200 Subject: [PATCH 1/2] 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 --- 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 c44c4b139ebad..c6dcb50c831da 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://next-image-component-demo.vercel.app/](https://next-image-component-demo.vercel.app/) + ## Deploy your own Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example): From cc61a45dc52aae0a0270739cf68511d9f709a0d8 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 25 Jun 2021 11:46:13 -0500 Subject: [PATCH 2/2] update link --- examples/image-component/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-component/README.md b/examples/image-component/README.md index d0c0d260a1be5..00f44a0a1a50f 100644 --- a/examples/image-component/README.md +++ b/examples/image-component/README.md @@ -6,7 +6,7 @@ The index page ([`pages/index.js`](pages/index.js)) has a couple images, one int ## Live demo -[https://image-component.nextjs.gallery/](https://https://image-component.nextjs.gallery/) +[https://image-component.nextjs.gallery/](https://image-component.nextjs.gallery/) ## Preview