Skip to content

Commit 7942504

Browse files
committed
fix: phone number links incorrectly showing up on mobile
1 parent 28ecc2e commit 7942504

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/BaseHead.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const { title, description, image = FallbackImage } = Astro.props;
2929
href={new URL("rss.xml", Astro.site)}
3030
/>
3131
<meta name="generator" content={Astro.generator} />
32+
<meta name="format-detection" content="telephone=no" />
3233

3334
<!-- Dark mode script (prevents FOUC) -->
3435
<script is:inline>

0 commit comments

Comments
 (0)