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

My AMP Page

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