diff --git a/pages/_document.js b/pages/_document.js new file mode 100644 index 0000000..4fb66f6 --- /dev/null +++ b/pages/_document.js @@ -0,0 +1,60 @@ +import { Html, Head, Main, NextScript } from 'next/document'; +import Script from 'next/script'; + +export default function Document() { + return ( + +
+ + + + + {/* windows-ios-chrome */} + + + + + + + {/* opengraph */} + + + + + + + {/* twitter */} + + + + + + {/* seo */} + + + {/* rss */} + {/**/} + + {/* icons */} + + + + + + + + +