Build step for the theme file
This commit is contained in:
parent
4e1faff7e3
commit
e49ce63db9
3 changed files with 13 additions and 88 deletions
|
@ -8,6 +8,12 @@ export class Config {
|
|||
*/
|
||||
static readonly PDS_URL: string = "";
|
||||
|
||||
/**
|
||||
* Theme css file to be used
|
||||
* @default "theme.css"
|
||||
*/
|
||||
static readonly THEME: string = "themes/theme.css";
|
||||
|
||||
/**
|
||||
* The base URL of the frontend service for linking to replies/quotes/accounts etc.
|
||||
* @default "https://deer.social" // or https://bsky.app if you're boring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue