From 4bcda2ae1c46bbfb6ef0e48700dfea2048c99f78 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 7 Jan 2024 14:11:46 -0600 Subject: [PATCH] add back head in document file --- pages/_document.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index 4d65d9b..742a089 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -3,12 +3,10 @@ import { Html, Head, Main, NextScript } from 'next/document' export default function Document() { return ( - {/* - */}