diff --git a/pages/env.tsx b/pages/env.tsx deleted file mode 100644 index 23d96d2..0000000 --- a/pages/env.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import getConfig from 'next/config' - -const config = getConfig() - -const Env = () =>
- {JSON.stringify(config)} -
- -export default Env \ No newline at end of file