examples: Change "pages" to "apps" in the Image Component Example description. (#60929)

This commit is contained in:
Yuto Yoshino 2024-01-22 00:52:10 +09:00 committed by GitHub
parent 39589ff350
commit 04860649da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
This example shows how to use the [Image Component in Next.js](https://nextjs.org/docs/api-reference/next/image) serve optimized, responsive images.
The index page ([`pages/index.tsx`](pages/index.tsx)) 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!
The root page ([`app/page.tsx`](app/page.tsx)) 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