Skip to content

Commit

Permalink
fix: update plausible domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jan 31, 2024
1 parent eb07280 commit 9618297
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/meta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ const Meta = () => {
{process.env.NODE_ENV === 'production' &&
typeof window !== 'undefined' &&
window.location.host === 'briefkastenhq.com' && (
<Script
src="/p.js"
data-domain="briefkasten.vercel.app"
data-api="/a/e"
/>
<Script src="/p.js" data-domain="briefkastenhq.com" data-api="/a/e" />
)}
</>
)
Expand Down

0 comments on commit 9618297

Please sign in to comment.