/* add netlify.toml file to the root directory of your project and paste the following code in it */ [[redirects]] from = "/*" to = "/" status = 200
[[redirects]] from = "/*" to = "/index.html" status = 200