Remove redundant "www" from Compass URLs across codebase

This commit is contained in:
MartinBraquet
2026-04-02 10:35:07 +02:00
parent f6fef171fa
commit 2311fcbf90
7 changed files with 13 additions and 13 deletions

View File

@@ -24,6 +24,6 @@ if (IS_LOCAL && !process.env.ENVIRONMENT && !process.env.NEXT_PUBLIC_FIREBASE_EN
export const SENTRY_DSN =
'https://4e5d3b0aa566e8aaae97298398a1ad37@o4510975610060800.ingest.de.sentry.io/4510975611699280'
export const PNG_FAVICON = 'https://www.compassmeet.com/icons/icon-192x192.png'
export const PNG_FAVICON = 'https://compassmeet.com/icons/icon-192x192.png'
// console.log('IS_LOCAL_ANDROID', IS_LOCAL_ANDROID)