diff --git a/netlify.toml b/netlify.toml index be9b0c0b6..392294137 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,9 @@ [build] command = "pnpm run build:docs" - publish = "docs/dist" \ No newline at end of file + publish = "docs/dist" + +[[redirects]] + from = "/*" + to = "index.html" + status = 200 \ No newline at end of file