rsnext/test/integration/amphtml-custom-validator/next.config.js
JJ Kasper 06b263021a
Update to latest version of amphtml-validator (#33967)
* Update to latest version of amphtml-validator

* update compiled

* bump compiled
2022-02-03 20:33:38 -06:00

7 lines
130 B
JavaScript

module.exports = {
experimental: {
amp: {
validator: 'https://cdn.ampproject.org/v0/validator_wasm.js',
},
},
}