From b5c73aab383807e5900e1024e3df84d05b1abd36 Mon Sep 17 00:00:00 2001 From: decadez Date: Fri, 18 Feb 2022 19:17:52 +0800 Subject: [PATCH] Fix incorrect writing of custom documents --- beta/src/pages/_document.tsx | 103 ++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/beta/src/pages/_document.tsx b/beta/src/pages/_document.tsx index d93094e0a08..efaf3a887d9 100644 --- a/beta/src/pages/_document.tsx +++ b/beta/src/pages/_document.tsx @@ -5,60 +5,61 @@ import * as React from 'react'; import Document, {Html, Head, Main, NextScript} from 'next/document'; -const MyDocument = () => { - // @todo specify language in HTML? - return ( - - - -