diff --git a/examples/with-google-analytics/pages/_document.js b/examples/with-google-analytics/pages/_document.js new file mode 100644 index 0000000000000..db3c34b900d5b --- /dev/null +++ b/examples/with-google-analytics/pages/_document.js @@ -0,0 +1,25 @@ +import { Html, Head, Main, NextScript } from 'next/document' + +export default function Document() { + return ( + + + +
+ + + {/* Global Site Tag (gtag.js) - Google Analytics */} +