Warning - title should not be used in _document.js's Head.



solution : Set title in pages/_app.js

  <Head>
      <title>Name</title>
  </Head>