Skip to content

Commit 806904b

Browse files
committed
feat: use umami instead of plausible
1 parent 35e3bc0 commit 806904b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme.config.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { useRouter } from 'next/router';
22
import Image from 'next/image';
3+
import Script from 'next/script';
34
import type { DocsThemeConfig } from 'nextra-theme-docs';
45

56
const config: DocsThemeConfig = {
@@ -13,7 +14,7 @@ const config: DocsThemeConfig = {
1314
<>
1415
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1516
<link rel="shortcut icon" href="/logo.svg" type="image/x-icon" />
16-
<script defer data-domain="docs.acscripts.dev" src="https://analytics.dejv.it/js/script.js"></script>
17+
<Script defer src="https://analytics.dejv.it/script.js" data-website-id="388963db-aa71-419c-866d-71c6c5fa6d97" />
1718
</>
1819
),
1920

0 commit comments

Comments
 (0)