Skip to content

Commit

Permalink
chore: add analytics to landing page
Browse files Browse the repository at this point in the history
Since, apparently, docusaurus is not adding the script to the `<head>`, I'm adding it manually on the landing page
  • Loading branch information
SebaOfficial committed Sep 20, 2024
1 parent d8b1485 commit 92e5013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function Home(): JSX.Element {
<main>
<HomepageFeatures />
</main>
<script src='https://scripts.simpleanalyticscdn.com/latest.js' async defer></script>
</Layout>
);
}

0 comments on commit 92e5013

Please sign in to comment.