add plausible support
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
dbe894a568
commit
167d989600
4 changed files with 38 additions and 6 deletions
|
@ -17,3 +17,6 @@ export const lanyardConfig: LanyardConfig = {
|
|||
export const badgeApi: string | null = process.env.BADGE_API_URL || null;
|
||||
export const steamGridDbKey: string | undefined =
|
||||
process.env.STEAMGRIDDB_API_KEY;
|
||||
|
||||
export const plausibleScript: string | null =
|
||||
process.env.PLAUSIBLE_SCRIPT_HTML?.trim() || null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue