fix: use correct hostname in analytics script

This commit is contained in:
2023-10-12 14:45:30 +01:00
parent a8964a2248
commit a0207e8874
4 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,7 @@ declare const CONFIG: {
appName: string;
appNameCapitalized: string;
appTitle: string;
hostname: string;
nip05Domain: string;
favicon: string;
appleTouchIconUrl: string;