Skip to content

Head Component

A helper to take your shell options and render them straight into the head.

Example Usage
<html>
  <Head options={options}>
    <meta name="theme-color" content="#fff" />
    <Scripts />
  </Head>
  <body>
    {inner}
  </body>
</html>