Skip to content

martinbean/netlify-plugin-amp-server-side-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19e2aef · Mar 11, 2021

History

7 Commits
May 28, 2020
May 27, 2020
Mar 11, 2021
May 27, 2020
May 27, 2020
Jun 24, 2020

Repository files navigation

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