fix: serve logo from self-hosted instance instead of external S3 bucket (backport to 4.1) (#6782)

This commit is contained in:
Matti Nannt
2025-11-05 15:58:10 +01:00
committed by GitHub
parent 40203d77ba
commit ad59b69c12
2 changed files with 1 additions and 2 deletions

View File

@@ -19,8 +19,7 @@ export const ENCRYPTION_KEY = env.ENCRYPTION_KEY;
// Other
export const CRON_SECRET = env.CRON_SECRET;
export const DEFAULT_BRAND_COLOR = "#64748b";
export const FB_LOGO_URL =
"https://s3.eu-central-1.amazonaws.com/listmonk-formbricks/Formbricks-Light-transparent.png";
export const FB_LOGO_URL = `${WEBAPP_URL}/logo-transparent.png`;
export const PRIVACY_URL = env.PRIVACY_URL;
export const TERMS_URL = env.TERMS_URL;

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB