Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: test removing crazy egg to see if it resolves trailing slash iss…
Browse files Browse the repository at this point in the history
…ue on I/O home page
  • Loading branch information
clarkmcadoo committed Mar 17, 2022
1 parent 42d88c6 commit 1ece700
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/IOSeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ function IOSeo({ description, meta, title, tags, location, type }) {
'/instant-observability/dotnet/2dff13b6-0fac-43a6-abc6-57f0a3299639/',
'/instant-observability/codestream/29bd9a4a-1c19-4219-9694-0942f6411ce7/',
];
if (crazyEggPathnames.includes(location.pathname))
return (
<script
type="text/javascript"
src="//script.crazyegg.com/pages/scripts/0045/9836.js"
async="async"
/>
);
// if (crazyEggPathnames.includes(location.pathname))
// return (
// <script
// type="text/javascript"
// src="//script.crazyegg.com/pages/scripts/0045/9836.js"
// async="async"
// />
// );
};

const metaDescription = description || site.siteMetadata.description;
Expand Down

0 comments on commit 1ece700

Please sign in to comment.