Skip to content

Instantly share code, notes, and snippets.

View mechanizzed's full-sized avatar
💻
coding from home

Luciano J Guerra mechanizzed

💻
coding from home
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