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
npm install --save @israelcrux/gatsby-plugin-static-site
// In your gatsby-config.js
plugins: [`@israelcrux/gatsby-plugin-static-site`];