Skip to content

Commit b2865a5

Browse files
committed
chore: re-enable tracking
1 parent 214eb06 commit b2865a5

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pnpm-workspace.yaml
77
public/d2
88

99
# Prettier has issues with Astro
10+
src/components/overrides/Head.astro
1011
src/components/ConfigNode.astro
1112

1213
# TODO: remove

src/components/overrides/Head.astro

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,4 @@ function fileWithBase(path: string) {
4343
<link rel="sitemap" href={fileWithBase("/sitemap-index.xml")} />
4444
{canonicalImage && <meta property="og:image" content={canonicalImage.href} />}
4545
{canonicalImage && <meta name="twitter:image" content={canonicalImage.href} />}
46-
<!-- TODO: re-enable tracking -->
47-
<!-- <script
48-
defer
49-
src="https://trk.papermc.io/api/init"
50-
data-website-id="f93a0860-1253-4868-b27a-08208a36cea7"
51-
></script> -->
46+
<script is:inline defer src="https://trk.papermc.io/api/init" data-website-id="f93a0860-1253-4868-b27a-08208a36cea7"></script>

0 commit comments

Comments
 (0)