0.4.0 • Published 1 year ago

@israelcrux/gatsby-plugin-static-site v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gatsby-plugin-static-site

Disables client side routing for Gatsby. Completely stolen from: https://github.com/wardpeet/gatsby-plugin-static-site/pull/66 Cause we couldn't wait for this guy to merge. Thanks however @wardpeet you and @cravi24 are awesome

Install

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

How to use

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