We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ecc2e commit 7942504Copy full SHA for 7942504
1 file changed
src/components/BaseHead.astro
@@ -29,6 +29,7 @@ const { title, description, image = FallbackImage } = Astro.props;
29
href={new URL("rss.xml", Astro.site)}
30
/>
31
<meta name="generator" content={Astro.generator} />
32
+<meta name="format-detection" content="telephone=no" />
33
34
<!-- Dark mode script (prevents FOUC) -->
35
<script is:inline>
0 commit comments