netlify-plugin-blitz
v0.0.1
Published
Netlify Plugin for Blitz.js
Downloads
5
Readme
netlify-plugin-blitzjs
A plugin to run Blitz.js on Netlify.
Installing the plugin
You can install the plugin via the Netlify UI or by adding it in code:
npm install -D netlify-plugin-blitz
...then add the plugin to your netlify.toml
file:
[[plugins]]
package = "netlify-plugin-blitz"