Allow custom amp validation by yosuke-furukawa · Pull Request #9191 · vercel/next.js

ref: #9176 This PR resolves #9176 . usage is here. // next.config.js module.exports = { amp: { // pass custom validator. if specified, amphtml-validator could use custom validation script. ...