SnipZard
Search snippets
Home
Portfolio
Contact
Head Component
The Head component lets you modify the head of the document.
Snippet:
import
Head
from
"next/head"
;
Copy Code
Example:
<
Head
>
<
title
>
My Page
</
title
>
</
Head
>
Copy Code