export const config = { amp: true } const Page = () => { return (

Only AMP for me...

) } export default Page