import Link from 'next/link' import getConfig from 'next/config' const { publicRuntimeConfig, serverRuntimeConfig } = getConfig() const About = ({ bar }) => (
{`This is the About page ${publicRuntimeConfig.foo}${bar || ''}`}