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 && ( - -