From e636411cfcbed0214313da4a54e239e7c97a4b7e Mon Sep 17 00:00:00 2001
From: Hyeseong Kim
Date: Mon, 19 May 2025 23:25:10 +0900
Subject: [PATCH] remove Simple Analytics tags
---
pages/_document.js | 32 --------------------------------
1 file changed, 32 deletions(-)
delete mode 100644 pages/_document.js
diff --git a/pages/_document.js b/pages/_document.js
deleted file mode 100644
index 7ac130378..000000000
--- a/pages/_document.js
+++ /dev/null
@@ -1,32 +0,0 @@
-import React from "react";
-import { Html, Head, Main, NextScript } from "next/document";
-
-const isProduction = process.env.ENV === "production";
-
-export default function Document() {
- return (
-
-
-
-
-
-
- {isProduction && (
-
-
-
-
- )}
-
-
- );
-}