Skip to content

Commit d11857e

Browse files
authored
revert: remove plausible analytics snippet (#353)
Undo the recently added Plausible script include in stac-map while we pause this analytics direction. Apologies, I missed that Plausible has a consolidated site feature now. We'll use that and revert back to the old tracking method. ## Checklist - [ ] Code is formatted (`yarn format`) - [ ] Code is linted (`yarn lint`) - [ ] Code builds (`yarn build`) - [ ] Tests pass (`yarn test`) - [ ] Commit messages and/or this PR's title are formatted per [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
1 parent 1086589 commit d11857e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="icon" href="/favicon.png" />
77
<title>stac-map</title>
8-
<script
9-
defer
10-
data-domain="developmentseed.org"
11-
src="https://plausible.io/js/script.js"
12-
></script>
138
</head>
149
<body>
1510
<div id="root"></div>

0 commit comments

Comments
 (0)