We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9333f9 commit e3172a3Copy full SHA for e3172a3
2 files changed
docs/docusaurus/docusaurus.config.ts
@@ -33,6 +33,14 @@ const config: Config = {
33
34
themes: ["@easyops-cn/docusaurus-search-local"],
35
36
+ scripts: [
37
+ {
38
+ src: "https://analytics.ahrefs.com/analytics.js",
39
+ "data-key": "z+ZckeCmmFW1kMjAfQEXLA",
40
+ async: true,
41
+ },
42
+ ],
43
+
44
presets: [
45
[
46
"classic",
docs/site/index.html
@@ -37,6 +37,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://github.com" />
+ <!-- Ahrefs Web Analytics -->
+ <script src="https://analytics.ahrefs.com/analytics.js" data-key="z+ZckeCmmFW1kMjAfQEXLA" async></script>
<!-- LCP preload — the hero logo is the largest contentful element -->
<link
rel="preload"
0 commit comments