We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4052 commit 945c58bCopy full SHA for 945c58b
src/components/head/index.astro
@@ -38,6 +38,9 @@ import {generate_rel_link} from "~/utils/links";
38
<meta property="twitter:image" content={import.meta.env.PROD ? Astro.url.origin + import.meta.env.BASE_URL + '/placeholder.png' : Astro.url + '/placeholder.png'} />
39
<meta property="twitter:image:alt" content={description} />
40
41
+<!-- Algolia -->
42
+<meta name="algolia-site-verification" content="98ED943633ECB3F6" />
43
+
44
<!-- Styles -->
45
<style lang="scss" is:global>
46
@use 'sass:list';
0 commit comments