14 lines
655 B
Markdown
14 lines
655 B
Markdown
|
|
---
|
||
|
|
title: Image Optimization
|
||
|
|
nav_title: Images
|
||
|
|
description: Optimize your images with the built-in `next/image` component.
|
||
|
|
related:
|
||
|
|
title: API Reference
|
||
|
|
description: See the API Reference for the full feature set of Next.js Image
|
||
|
|
links:
|
||
|
|
- pages/api-reference/components/image
|
||
|
|
source: app/getting-started/images
|
||
|
|
---
|
||
|
|
|
||
|
|
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
|