Use netlify to redirect users
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user