mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
updates link
This commit is contained in:
parent
5219a47b91
commit
9f0d8007e8
1 changed files with 3 additions and 0 deletions
|
@ -210,6 +210,9 @@ module.exports.load = async client => {
|
||||||
DBD.customPagesTypes.redirectToUrl("/github", () => {
|
DBD.customPagesTypes.redirectToUrl("/github", () => {
|
||||||
return "https://github.com/JonnyBro/JaBa";
|
return "https://github.com/JonnyBro/JaBa";
|
||||||
}),
|
}),
|
||||||
|
DBD.customPagesTypes.redirectToUrl("/updates", () => {
|
||||||
|
return "https://github.com/JonnyBro/JaBa/blob/main/dashboard/docs/updates.md";
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
settings: [
|
settings: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue