FRAMEWORK » NEXTJS » BUILTIN

Head

Overview

Append elements to the head of the page.

Usage

js
import Head from 'next/head'

Examples

html
<Head>
  <title>Page Title</title>
</Head>