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 3d9f39d commit aa6c6dbCopy full SHA for aa6c6db
frontend/src/app/layout.tsx
@@ -36,6 +36,11 @@ export default function RootLayout({
36
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600&display=swap"
37
rel="stylesheet"
38
/>
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>
44
</head>
45
<body className="font-body antialiased min-h-screen flex flex-col">
46
<QueryProvider>
0 commit comments