Tom910 / next.js-test-image

Home Page:test-image-mu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Component Example

This example shows how to use the Image Component in Next.js serve optimized, responsive images.

The index page (pages/index.js) has a couple images, one internal image and one external image. In next.config.js, the domains property is used to enable external images. Run or deploy the app to see how it works!

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example image-component image-app
# or
yarn create next-app --example image-component image-app

Deploy it to the cloud with Vercel (Documentation).

About

test-image-mu.vercel.app


Languages

Language:JavaScript 80.5%Language:CSS 19.5%