export default () => { return

hi there 👋

} export const getServerSideProps = () => { console.log(process.env.SECRET) return { props: { hi: 'there', }, } }