diff --git a/docs/edit/index.html b/docs/edit/index.html
index 7e6e574b..02a942bf 100644
--- a/docs/edit/index.html
+++ b/docs/edit/index.html
@@ -74,7 +74,7 @@
host: location.host,
route: true,
spa: true,
- trailing_slash: "never",
+ trailing_slash: "ignore",
hydrate: null
});
diff --git a/docs/index.html b/docs/index.html
index 7e6e574b..02a942bf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -74,7 +74,7 @@
host: location.host,
route: true,
spa: true,
- trailing_slash: "never",
+ trailing_slash: "ignore",
hydrate: null
});
diff --git a/docs/view/index.html b/docs/view/index.html
index 7e6e574b..02a942bf 100644
--- a/docs/view/index.html
+++ b/docs/view/index.html
@@ -74,7 +74,7 @@
host: location.host,
route: true,
spa: true,
- trailing_slash: "never",
+ trailing_slash: "ignore",
hydrate: null
});
diff --git a/package.json b/package.json
index 582d38a3..41680afe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mermaid-live-editor",
- "version": "2.0.41",
+ "version": "2.0.42",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",