diff --git a/netlify.toml b/netlify.toml index ab001eb8c..9dd0ccae5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -20,6 +20,6 @@ # status = 200 [[redirects]] - from = "/demo/*" + from = "/*" to ="/demo/index.html" status = 200