Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit ed17c20

Browse files
committed
chore(deploy): add plausible service
1 parent 813d914 commit ed17c20

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

deploy/production/web.tar.gz

268 Bytes
Binary file not shown.

src/pages/_app.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ const App = ({ Component, pageProps }) => {
5353
src={`https://www.googletagmanager.com/gtag/js?id=${GA.TRACKING_ID}`}
5454
/>
5555

56+
<Script
57+
strategy="afterInteractive"
58+
data-domain="coderplanets.com"
59+
src="https://plausible.io/js/plausible.js"
60+
/>
61+
5662
<Script
5763
id="gtag-init"
5864
strategy="afterInteractive"

0 commit comments

Comments
 (0)