Browse Source

Fix versioned links in the docs

DarthSim 2 years ago
parent
commit
481ab3b78f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/assets/docsify-init.js

+ 1 - 0
docs/assets/docsify-init.js

@@ -42,6 +42,7 @@ window.$docsify = {
   nameLink: false,
   repo: 'https://github.com/imgproxy',
   loadSidebar: true,
+  relativePath: true,
   subMaxLevel: 2,
   auto2top: true,
   routerMode: window.DOCSIFY_ROUTER_MODE || "hash",