Head Component

The Head component lets you modify the head of the document.

Snippet:

import Head from "next/head";

Example:

<Head><title>My Page</title></Head>