Update config.js

This commit is contained in:
Fabian 2018-08-28 16:18:06 +02:00 committed by GitHub
parent 6a7d700543
commit e89e860524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
title: "Cosmos Network",
description: "Documentation for the Cosmos Network.",
dest: "./dist/docs",
base: "/",
base: "/docs/",
markdown: {
lineNumbers: true
},