canner-firebase-cms
canner-firebase-cms copied to clipboard
Avoid using <title> within _document.js 's <Head>
Warning: <title> should not be used in _document.js's <Head>. https://err.sh/next.js/no-document-title
The Next.js maintainer suggests to only put <title> element in _app.js.
Also, It's more flexible to change title content in different pages or stages.
Ref: https://github.com/zeit/next.js/issues/4596 https://github.com/zeit/next.js/blob/master/errors/no-document-title.md