HashemKhalifa / 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 @wardpeet/gatsby-plugin-static-site

How to use

// In your gatsby-config.js
plugins: [`@wardpeet/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.2%Language:CSS 35.8%