diff --git a/mystbin/frontend/pages/_document.jsx b/mystbin/frontend/pages/_document.jsx new file mode 100644 index 00000000..7995413d --- /dev/null +++ b/mystbin/frontend/pages/_document.jsx @@ -0,0 +1,31 @@ +import { Html, Head, Main, NextScript } from 'next/document' + +export default function Document() { + + return ( + + + +
+ + + +