Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
docs(image): fix image import path (vercel#26142)
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanNygaard committed Jun 15, 2021
1 parent 3439e48 commit 7941232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We can serve an optimized image like so:

```jsx
import Image from 'next/image'
import profilePic from '../me.png'
import profilePic from '../public/me.png'

function Home() {
return (
Expand Down

0 comments on commit 7941232

Please sign in to comment.