Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 24, 2022
1 parent 8a7d680 commit d54b203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/custom-document-image-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ If your image needs to be displayed on every page you can relocate it to your [`

```jsx
//pages/_app.js
import yourImage from "path/to/your/image"
import Image from "next/image"
import yourImage from 'path/to/your/image'
import Image from 'next/image'

function MyApp({ Component, pageProps }) {
return (
Expand Down

0 comments on commit d54b203

Please sign in to comment.