Skip to content

Instantly share code, notes, and snippets.

View vardhan1122's full-sized avatar

Govardhan Reddy vardhan1122

  • Chennai , India.
View GitHub Profile
@vardhan1122
vardhan1122 / netlify.toml
Created June 9, 2021 15:24 — forked from rickyhaswifi/netlify.toml
React Router Netlify - Fix for not found page
#https://stackoverflow.com/questions/58065603/netlify-renders-404-on-page-refresh-using-react-and-react-router
[[redirects]]
from = "/*"
to = "/index.html"
status = 200