diff --git a/netlify.toml b/netlify.toml index de5a33967..eee8c4415 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,10 @@ MERMAID_DOMAIN = 'mermaid.live' MERMAID_RENDERER_URL = 'https://mermaid.ink' MERMAID_KROKI_RENDERER_URL = 'https://kroki.io' - MERMAID_IS_ENABLED_MERMAID_CHART_LINKS ='true' \ No newline at end of file + MERMAID_IS_ENABLED_MERMAID_CHART_LINKS ='true' + +[[redirects]] + from = "/index.html" + to = "/edit" + status = 301 + force = true diff --git a/src/routes/index.html/+page.svelte b/src/routes/index.html/+page.svelte deleted file mode 100644 index feed97dcd..000000000 --- a/src/routes/index.html/+page.svelte +++ /dev/null @@ -1,11 +0,0 @@ -