Skip to content

Commit

Permalink
adding cf insights
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov committed Nov 11, 2024
1 parent fcd291a commit 677359a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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": "7fbc7ab02fae4767b1af2588eba0cdf2"}
></script>
</>
);
}

0 comments on commit 677359a

Please sign in to comment.