You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <jj@jjsweb.site>
Copy file name to clipboardexpand all lines: examples/image-component/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This example shows how to use the [Image Component in Next.js](https://nextjs.or
4
4
5
5
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!
0 commit comments