~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
f34eb73b
—
pyrossh 1 year ago
add sentry
src/routes/+layout.svelte
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
<meta property="og:site_name" content="pyros.sh" />
|
|
14
14
|
<meta property="og:type" content="website" />
|
|
15
15
|
<meta property="og:url" content={url} />
|
|
16
|
+
<script
|
|
17
|
+
src="https://js.sentry-cdn.com/c5d07f4181a8450fa2cface73930c4f2.min.js"
|
|
18
|
+
crossorigin="anonymous"
|
|
19
|
+
></script>
|
|
16
20
|
</svelte:head>
|
|
17
21
|
<div
|
|
18
22
|
style="display: contents"
|