Style still WIP but much better now
This commit is contained in:
parent
bf7fbdcb67
commit
037dea4e40
6 changed files with 113 additions and 61 deletions
|
@ -6,11 +6,17 @@ export class Config {
|
|||
* The base URL of the PDS (Personal Data Server)
|
||||
* @default "https://pds.witchcraft.systems"
|
||||
*/
|
||||
static readonly PDS_URL: string = "https://pds.witchcraft.systems";
|
||||
static readonly PDS_URL: string = "https://ap.brid.gy";
|
||||
|
||||
/**
|
||||
* The base URL of the frontend service for linking to replies
|
||||
* @default "https://deer.social"
|
||||
*/
|
||||
static readonly FRONTEND_URL: string = "https://deer.social";
|
||||
|
||||
/**
|
||||
* Maximum number of posts to fetch from the PDS per user
|
||||
* @default 10
|
||||
*/
|
||||
static readonly MAX_POSTS_PER_USER: number = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue