diff options
| author | Dhravya <[email protected]> | 2024-04-14 18:07:10 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-14 18:07:10 -0700 |
| commit | 581d2cd74f7c49c47210935c39b5acd934a39593 (patch) | |
| tree | e2b22291ca83e20673cea2c20700728c55199d1a /apps/web/src | |
| parent | increase highscore filter (diff) | |
| download | supermemory-581d2cd74f7c49c47210935c39b5acd934a39593.tar.xz supermemory-581d2cd74f7c49c47210935c39b5acd934a39593.zip | |
added tracking code
Diffstat (limited to 'apps/web/src')
| -rw-r--r-- | apps/web/src/app/layout.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 3fbffe5f..0c79588e 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -46,6 +46,11 @@ export default function RootLayout({ name="og:image" content="https://supermemory.dhr.wtf/og-image.png" /> + <script + async + src="https://u.dhr.wtf/script.js" + data-website-id="731dfc2e-b1c0-4696-a7b3-efd27b19dfdf" + ></script> </head> <body className={inter.className}> <div vaul-drawer-wrapper="" className="min-w-screen overflow-x-hidden"> |