Skip to content

Commit

Permalink
Merge pull request aws-ia#289 from aws-samples/add-cloudflare-analytics
Browse files Browse the repository at this point in the history
add cloudflare analytics snippet
  • Loading branch information
svennam92 authored Feb 8, 2023
2 parents c01c365 + 251465c commit f89f96f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';
import Footer from '@theme-original/Footer';

export default function FooterWrapper(props) {
return (
<>
<Footer {...props} />
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "dfe42caedbe24f02b8d8020bbf376ad3"}'></script>
</>
);
}

0 comments on commit f89f96f

Please sign in to comment.