From 39d0a634bb4be69f47e194477a0d4ffbccf93f24 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 May 2021 14:07:26 +0000 Subject: [PATCH] Release 2.0.42 --- docs/edit/index.html | 2 +- docs/index.html | 2 +- docs/view/index.html | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",