This commit is contained in:
parent
00fc8237c2
commit
0b309c2c95
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ import Footer from "../components/navigation/Footer.astro";
|
||||||
/>
|
/>
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>BlueSky PDS Manager</title>
|
<title>BlueSky PDS Manager</title>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://analytics.atri.dad/script.js"
|
||||||
|
data-website-id="245392f2-47c0-4902-920f-c2aa6412b1f6"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen flex flex-col bg-base-200">
|
<body class="min-h-screen flex flex-col bg-base-200">
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Add table
Reference in a new issue