Skip to content

Disables client-side routing to allow hybrid sites behind a proxy or rewrite rules

License

Notifications You must be signed in to change notification settings

inkitt/gatsby-plugin-static-site

 
 

Repository files navigation

gatsby-plugin-static-site

Disables client side routing for Gatsby. Completely stolen from: wardpeet#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`];

About

Disables client-side routing to allow hybrid sites behind a proxy or rewrite rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 35.2%