"Final-ish" design
This commit is contained in:
parent
037dea4e40
commit
ebca274e5a
5 changed files with 202 additions and 33 deletions
10
config.ts
10
config.ts
|
@ -6,7 +6,7 @@ export class Config {
|
|||
* The base URL of the PDS (Personal Data Server)
|
||||
* @default "https://pds.witchcraft.systems"
|
||||
*/
|
||||
static readonly PDS_URL: string = "https://ap.brid.gy";
|
||||
static readonly PDS_URL: string = "https://pds.witchcraft.systems";
|
||||
|
||||
/**
|
||||
* The base URL of the frontend service for linking to replies
|
||||
|
@ -18,5 +18,11 @@ export class Config {
|
|||
* Maximum number of posts to fetch from the PDS per user
|
||||
* @default 10
|
||||
*/
|
||||
static readonly MAX_POSTS_PER_USER: number = 1;
|
||||
static readonly MAX_POSTS_PER_USER: number = 22;
|
||||
|
||||
/**
|
||||
* Footer text for the dashboard
|
||||
* @default "Astrally projected from witchcraft.systems"
|
||||
*/
|
||||
static readonly FOOTER_TEXT: string = "Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a>";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue