Skip to content

Commit 881a434

Browse files
authored
Merge pull request #8 from python/plausible
Add Plausible analytics
2 parents 3d9f39d + aa6c6db commit 881a434

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export default function RootLayout({
3636
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600&display=swap"
3737
rel="stylesheet"
3838
/>
39+
<script
40+
defer
41+
data-domain="memory.python.org"
42+
src="https://analytics.python.org/js/script.file-downloads.hash.outbound-links.js"
43+
></script>
3944
</head>
4045
<body className="font-body antialiased min-h-screen flex flex-col">
4146
<QueryProvider>

0 commit comments

Comments
 (0)