From c6e14d3d977aa05e570208c07551838ec2ecb8cc Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 15 Jan 2020 18:22:51 +0100 Subject: [PATCH] env --- pages/env.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pages/env.tsx diff --git a/pages/env.tsx b/pages/env.tsx new file mode 100644 index 0000000..23d96d2 --- /dev/null +++ b/pages/env.tsx @@ -0,0 +1,10 @@ +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