We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37d2dc commit 41f0033Copy full SHA for 41f0033
2 files changed
public/p.js
src/components/meta.jsx
@@ -50,7 +50,7 @@ const Meta = () => {
50
{process.env.NODE_ENV === 'production' &&
51
typeof window !== 'undefined' &&
52
window.location.host === 'briefkastenhq.com' && (
53
- <Script src="/p.js" data-domain="briefkastenhq.com" data-api="/a/e" />
+ <Script src="r.js" data-site-id="3" defer></Script>
54
)}
55
</>
56
)
0 commit comments