Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Feb 22, 2024
1 parent 7225973 commit 024754e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ const HomePage: React.FunctionComponent<HomePageProps> = ({posts, jobs, events,
<link rel="preload" href="images/splash.jpg" as="image"/>
<link rel="author" href="humans.txt"/>
<script defer data-domain="allegro.tech" src="https://plausible.io/js/script.js"></script>
<script type="text/javascript">
// just to clean up old google cookies, remove this in few months
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); });
</script>
</Head>
<Header/>
<Container className="m-padding-top-24">
Expand Down

0 comments on commit 024754e

Please sign in to comment.