Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 252 Bytes

gatsby-plugin-static-site

Disables client side routing for Gatsby.

Install

npm install --save @wardpeet/gatsby-plugin-static-site

How to use

// In your gatsby-config.js
plugins: [`@wardpeet/gatsby-plugin-static-site`];