Skip to content

Commit

Permalink
Use netlify to redirect users
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 25, 2025
1 parent fa0498f commit fb5894e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
MERMAID_IS_ENABLED_MERMAID_CHART_LINKS ='true'

[[redirects]]
from = "/index.html"
to = "/edit"
status = 301
force = true
11 changes: 0 additions & 11 deletions src/routes/index.html/+page.svelte

This file was deleted.

0 comments on commit fb5894e

Please sign in to comment.