From b053431c15de6a6e3dd6f87a01aa5e265aa82406 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Mon, 6 Mar 2023 21:03:19 -0800 Subject: [PATCH] Fix Head --- src/pages/_document.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 32eadc6..0fc6a22 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -1,9 +1,10 @@ -import Document, { Html, Main, NextScript } from "next/document"; +import Document, { Head, Html, Main, NextScript } from "next/document"; class MyDocument extends Document { render() { return ( +