]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Tweak redirect urls (#8788)
authorEvert Timberg <evert.timberg+github@gmail.com>
Fri, 2 Apr 2021 17:57:05 +0000 (13:57 -0400)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 17:57:05 +0000 (13:57 -0400)
* Redirect to html links
* No delay on redirect

docs/.vuepress/config.js
docs/.vuepress/redirects

index 813dcd509c0c5e7efc694aaac9110791afdf1b76..a5a4ba77103204ba68bb2c92595cfbdcddc1c166 100644 (file)
@@ -15,7 +15,7 @@ module.exports = {
     'tabs',
     ['flexsearch'],
     ['@vuepress/html-redirect', {
-      duration: 0,
+      countdown: 0,
     }],
     [
       '@vuepress/google-analytics',
index a92ceb629c80d4cb1117dad0015f2e825326b84b..8f92552e5c536266650975be97c0373bbaa1ed21 100644 (file)
@@ -1,3 +1,3 @@
-/charts/ /charts/line
-/general/ /general/data-structures
-/samples/ /samples/bar/vertical
\ No newline at end of file
+/charts/ /charts/line.html
+/general/ /general/data-structures.html
+/samples/ /samples/bar/vertical.html
\ No newline at end of file