Update config.js

This commit is contained in:
Skillz4Killz
2020-07-03 15:15:00 -04:00
committed by GitHub
parent 08e0d7e66b
commit 4704717474

View File

@@ -3,10 +3,12 @@ const nav = require("./navbar");
const head = require("./head");
const config = {
base: "/docs/",
title: "Discordeno",
head,
theme: "yuu",
themeConfig: {
base: "/docs/",
yuu: {
disableThemeIgnore: true
},
@@ -23,4 +25,4 @@ const config = {
}
};
module.exports = config;
module.exports = config;