To enable AMP, add the following configuration to your page: page/index.js export const config = { amp: true } The amp configuration accepts the following values: true: The page will be AMP-only ‘hybrid’: The page will have two versions, one with AMP and another with HTML To learn more about the amp configuration, read the… Continue reading How to enable AMP?