Skip to content

Commit fd38d89

Browse files
authored
Merge pull request #116 from awslabs/cfinsights
Update index.tsx to include analytics
2 parents 6da5f53 + cb96c04 commit fd38d89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/src/theme/Footer/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export default function FooterWrapper(props) {
1717
&ensp;at AWS</p>
1818
</section>
1919
<Footer {...props} />
20+
<script
21+
defer
22+
src='https://static.cloudflareinsights.com/beacon.min.js'
23+
data-cf-beacon='{"token": "85e669833a874cdd938772c6e459b33e"}'
24+
></script>
2025
</>
2126
);
22-
}
27+
}

0 commit comments

Comments
 (0)