~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
f484866e
—
pyrossh 1 year ago
remove pirsch
src/routes/+layout.svelte
CHANGED
|
@@ -15,12 +15,6 @@
|
|
|
15
15
|
<meta property="og:site_name" content="pyrossh.dev" />
|
|
16
16
|
<meta property="og:type" content="website" />
|
|
17
17
|
<meta property="og:url" content={url} />
|
|
18
|
-
<script
|
|
19
|
-
defer
|
|
20
|
-
src="https://api.pirsch.io/pirsch.js"
|
|
21
|
-
id="pirschjs"
|
|
22
|
-
data-code="fynEKPntFh9oUyUcIO76Tmcxzjkmwfjg"
|
|
23
|
-
></script>
|
|
24
18
|
</svelte:head>
|
|
25
19
|
<div class="leading-8 flex flex-1 flex-col text-base sm:leading-7 m-0">
|
|
26
20
|
<Header />
|