Gatsby enforces trailing slash by default. The plugingatsby-plugin-remove-trailing-slashes makes a redirect to remove the slash.
This PR adds an optional config to enforce trailing slash, the default gatsby behaviour.
The default behaviour for this starter before (and still) was to apply the plugin to remove the trailing slash. Now this PR makes it configurable to opt in for trailing slash.
Gatsby enforces trailing slash by default. The plugin
gatsby-plugin-remove-trailing-slashes
makes a redirect to remove the slash. This PR adds an optional config to enforce trailing slash, the default gatsby behaviour.The default behaviour for this starter before (and still) was to apply the plugin to remove the trailing slash. Now this PR makes it configurable to opt in for trailing slash.