···66 * The base URL of the PDS (Personal Data Server)
77 * @default "https://pds.witchcraft.systems"
88 */
99- static readonly PDS_URL: string = "https://ap.brid.gy";
99+ static readonly PDS_URL: string = "https://pds.witchcraft.systems";
10101111 /**
1212 * The base URL of the frontend service for linking to replies
···1818 * Maximum number of posts to fetch from the PDS per user
1919 * @default 10
2020 */
2121- static readonly MAX_POSTS_PER_USER: number = 1;
2121+ static readonly MAX_POSTS_PER_USER: number = 22;
2222+2323+ /**
2424+ * Footer text for the dashboard
2525+ * @default "Astrally projected from witchcraft.systems"
2626+ */
2727+ static readonly FOOTER_TEXT: string = "Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a>";
2228}