andyrichardson / fielder

A field-first form library for React and React Native
https://fielder.andyrichardson.dev
MIT License
195 stars 10 forks source link

Remove trailing slash from live env #298

Open andyrichardson opened 3 years ago

andyrichardson commented 3 years ago

About

Looks like either GitHub Pages or Cloudflare is adding a trailing slash to URLs on initial page load.

This impacts indexing as the sitemap points to a 301 route (which is invalid as far as Google is concerned).

Related - https://github.com/stereobooster/react-snap/issues/493