netlify-plugin-amp-server-side-rendering icon indicating copy to clipboard operation
netlify-plugin-amp-server-side-rendering copied to clipboard

Server-side render your AMP pages.

trafficstars

AMP Server-Side Rendering Netlify Plugin

This Netlify Build Plugin does server-side rendering of your AMP-powered website.

Usage

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