Closed samouri closed 3 years ago
summary
We should be able to pass arbitrary options to AMP Optimizer within the config.js.
config.js
{ "domain": "example.com", "optimizer": { "max-hero-images": 5, // these get directly passed to the optimizer init config } }
We then also need to update the README.
Completed via https://github.com/ampproject/cloudflare-amp-optimizer/pull/6
summary
We should be able to pass arbitrary options to AMP Optimizer within the
config.js
.config.js
We then also need to update the README.