netlify-plugin-blitz

Netlify Plugin for Blitz.js

Downloads
5
Stars
3

netlify-plugin-blitz

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:

[build]
  command="npm run build"
  publish=".next"

[[plugins]]
package = "netlify-plugin-blitz"
Package Rankings
Top 23.21% on Npmjs.org