Skip to content

Instantly share code, notes, and snippets.

View knirb's full-sized avatar

Viktor Åsbrink knirb

  • Umain AB
  • Stockholm, Sweden
View GitHub Profile
@rickyhaswifi
rickyhaswifi / netlify.toml
Last active August 10, 2023 00:48
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