From 614f2b4c30e819c5134e48ae72bace7cebe1d769 Mon Sep 17 00:00:00 2001 From: Astra Date: Sat, 26 Apr 2025 14:46:30 +0900 Subject: [PATCH] Add links to the source code --- config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.ts b/config.ts index 0dc01b0..8d09cf6 100644 --- a/config.ts +++ b/config.ts @@ -24,11 +24,10 @@ export class Config { static readonly MAX_POSTS: number = 20; /** - * Footer text for the dashboard - * @default "Astrally projected from witchcraft.systems" + * Footer text for the dashboard, you probably want to change this */ static readonly FOOTER_TEXT: string = - "Astrally projected from witchcraft.systems"; + "Astrally projected from witchcraft.systems

Source (github mirror)"; /** * Whether to show the posts that are in the future