diff --git a/components/Html.tsx b/components/Html.tsx index ea93b46..f9492bc 100644 --- a/components/Html.tsx +++ b/components/Html.tsx @@ -8,13 +8,12 @@ type Props = { export default function Html({ children, className }: Props) { return ( - + - ); } diff --git a/pages/_document.tsx b/pages/_document.tsx index 423ea2b..6829c2c 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -20,6 +20,7 @@ class MyDocument extends Document { +