RevereCRE/relay-nextjs

Missing configuration @ _document

LeAlencar opened this issue · 1 comments

https://reverecre.github.io/relay-nextjs/docs/configuration#configuring-_document

Missing some tags that are needed in order to work with a custom _document.

return (
  <Html>
    <Head>
      <relayDocument.Script />
    </Head>
    <body>
      <Main />
      <NextScript />
    </body>
  </Html>
);

The _document API had been removed as of 2.0 so this is no longer relevant.