import React from 'react' import getConfig from 'next/config' const config = getConfig() const Env = () =>
{JSON.stringify(config)}
export default Env