This Netlify Build Plugin does server-side rendering of your AMP-powered website.
You can install this plugin in the Netlify UI from this direct in-app installation link or from the Plugins directory.
For file-based installation, add the following lines to your netlify.toml file:
[[plugins]]
package = "netlify-plugin-amp-server-side-rendering"
To complete file-based installation, from your project's base directory, use npm, yarn, or any other Node.js package manager to add the plugin to devDependencies
in package.json
.
npm install -D netlify-plugin-amp-server-side-rendering