Skip to content

Commit 9f50c70

Browse files
committed
chore: add ahrefs analytics (#2675)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent a0351bd commit 9f50c70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/apps/hub/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!doctype html>
22
<html lang="en" class="dark">
33
<head>
4+
<script src="https://analytics.ahrefs.com/analytics.js" data-key="wQAsHie9RgJMLNhmUbr/fQ" async></script>
5+
46
<meta charset="UTF-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
68

frontend/apps/studio/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!doctype html>
22
<html lang="en" class="dark">
33
<head>
4+
<script src="https://analytics.ahrefs.com/analytics.js" data-key="wQAsHie9RgJMLNhmUbr/fQ" async></script>
5+
46
<meta charset="UTF-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
68

0 commit comments

Comments
 (0)