Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
with-google-analytics-amp needs <Head /> in Document component (#17462)
If this component is missing, an error will be printed to the console ``` Expected Document Component Head was not rendered. Make sure you render them in your custom `_document` See more info here https://err.sh/next.js/missing-document-component ``` Additionally, any components which use CSS modules will fail with an error. This is documented in https://nextjs.org/docs/advanced-features/custom-document
- Loading branch information