Skip to content

Commit

Permalink
Tweak redirect urls (#8788)
Browse files Browse the repository at this point in the history
* Redirect to html links
* No delay on redirect
  • Loading branch information
etimberg committed Apr 2, 2021
1 parent 515d941 commit dc6a660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'tabs',
['flexsearch'],
['@vuepress/html-redirect', {
duration: 0,
countdown: 0,
}],
[
'@vuepress/google-analytics',
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/redirects
@@ -1,3 +1,3 @@
/charts/ /charts/line
/general/ /general/data-structures
/samples/ /samples/bar/vertical
/charts/ /charts/line.html
/general/ /general/data-structures.html
/samples/ /samples/bar/vertical.html

0 comments on commit dc6a660

Please sign in to comment.