mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
Update config.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user