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 945c58b commit 3e452eeCopy full SHA for 3e452ee
src/components/head/index.astro
@@ -38,9 +38,6 @@ 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