Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 873 Bytes

File metadata and controls

20 lines (14 loc) · 873 Bytes

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