mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
env
This commit is contained in:
parent
d8d707523e
commit
c6e14d3d97
10
pages/env.tsx
Normal file
10
pages/env.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
import getConfig from 'next/config'
|
||||
|
||||
const config = getConfig()
|
||||
|
||||
const Env = () => <div>
|
||||
{JSON.stringify(config)}
|
||||
</div>
|
||||
|
||||
export default Env
|
Loading…
Reference in New Issue
Block a user