File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pnpm-workspace.yaml
77public /d2
88
99# Prettier has issues with Astro
10+ src /components /overrides /Head.astro
1011src /components /ConfigNode.astro
1112
1213# TODO: remove
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments