From c6502e50fa8afc50820fff9e620018c8a48962e5 Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Tue, 2 Jan 2024 10:54:00 +0100 Subject: [PATCH] Fix doc (add redirect rule) --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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