Skip to content

Commit

Permalink
Update no-title-in-document-head.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 1, 2022
1 parent 6acf2f9 commit 463693e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions errors/no-title-in-document-head.md
Expand Up @@ -14,13 +14,13 @@ Within a page or component, import and use `next/head` to define a page title:
import Head from 'next/head'

export function Home() {
return (
<div>
<Head>
<title>My page title</title>
</Head>
</div>
)
return (
<div>
<Head>
<title>My page title</title>
</Head>
</div>
)
}
```

Expand Down

0 comments on commit 463693e

Please sign in to comment.