diff --git a/web/pages/_document.js b/web/pages/_document.js new file mode 100644 index 0000000..5cfc2f6 --- /dev/null +++ b/web/pages/_document.js @@ -0,0 +1,13 @@ +import { Html, Head, Main, NextScript } from "next/document"; + +export default function Document() { + return ( + +
+ +