import { withAmp } from 'next/amp' function Home() { const config = {} return

My AMP Page

} const config = { foo: 'bar', } export default withAmp(Home) export { config }