bzvyagintsev / gatsby-plugin-static-site

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-static-site

Disables client side routing for Gatsby.

Install

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

How to use

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

About

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

License:MIT License


Languages

Language:JavaScript 64.4%Language:CSS 35.6%