From e89e860524c76025992b99787da44e28444ae8b0 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 28 Aug 2018 16:18:06 +0200 Subject: [PATCH] Update config.js --- docs/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.js b/docs/config.js index 42df9de92d..93426bcc5f 100644 --- a/docs/config.js +++ b/docs/config.js @@ -2,7 +2,7 @@ module.exports = { title: "Cosmos Network", description: "Documentation for the Cosmos Network.", dest: "./dist/docs", - base: "/", + base: "/docs/", markdown: { lineNumbers: true },