Skip to content

Commit

Permalink
Add link to live demo already hosted (#25718)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Vadorequest and ijjk authored Jun 25, 2021
1 parent 22d1771 commit 6f42096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/image-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/):
Expand Down

0 comments on commit 6f42096

Please sign in to comment.