Skip to content

Commit 41f0033

Browse files
committed
fix: migrate to rybbit
1 parent a37d2dc commit 41f0033

2 files changed

Lines changed: 1 addition & 68 deletions

File tree

public/p.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

src/components/meta.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Meta = () => {
5050
{process.env.NODE_ENV === 'production' &&
5151
typeof window !== 'undefined' &&
5252
window.location.host === 'briefkastenhq.com' && (
53-
<Script src="/p.js" data-domain="briefkastenhq.com" data-api="/a/e" />
53+
<Script src="r.js" data-site-id="3" defer></Script>
5454
)}
5555
</>
5656
)

0 commit comments

Comments
 (0)