Skip to content

Commit

Permalink
Chore: rm Plausible Analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Aug 2, 2023
1 parent 657da0f commit 9ce8daa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/common/MetaTags/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IS_PRODUCTION, IS_OFFICIAL_HOST } from '@/config/constants'
import { IS_PRODUCTION } from '@/config/constants'
import { ContentSecurityPolicy, StrictTransportSecurity } from '@/config/securityHeaders'
import { lightPalette, darkPalette } from '@safe-global/safe-react-components'

Expand Down Expand Up @@ -43,11 +43,6 @@ const MetaTags = ({ prefetchUrl }: { prefetchUrl: string }) => (
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#000" />

{/* Plausible Analytics */}
{IS_PRODUCTION && IS_OFFICIAL_HOST && (
<script defer data-domain="app.safe.global" src="https://plausible.io/js/script.js"></script>
)}
</>
)

Expand Down

0 comments on commit 9ce8daa

Please sign in to comment.