Assets

Next.js can serve static files, like images, under the top-level public directory. Files inside public can be referenced from the root of the application similar to pages.

/public/vercel.svg

<img src="/vercel.svg" alt="Vercel Logo" className="logo" />

Last updated