Netlify react-router Error? Fix easily!

2 years ago
1

#shorts #programming #netlify #svelte
Just add a netlify.toml file to the root of your directory and add:
[[redirects]]
from = "/*"
to = "index.html"
status = 200

Loading comments...