From f572287de351416ddc8819966c08e823a9411780 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Mon, 25 Dec 2023 19:26:17 -0600 Subject: [PATCH] remove nasty google links --- pages/_document.js | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/pages/_document.js b/pages/_document.js index d60cdc1..05be747 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,19 +1,15 @@ -import {Html, Head, Main, NextScript} from 'next/document' +import { Html, Head, Main, NextScript } from 'next/document' export default function Document() { - return ( - - - - - - - -
- - - - ) -} \ No newline at end of file + return ( + + + + + +
+ + + + ) +}