diff --git a/netlify.toml b/netlify.toml index 4f53693fc..39a2cf2c8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,6 +14,11 @@ YARN_FLAGS = "--no-ignore-optional --pure-lockfile" # COMMENT: This a rule for Single Page Applications +[[redirects]] + from = "/demo/*" + to = "/demo/index.html" + status = 200 + [[redirects]] from = "/*" to = "/index.html"