Skip to content

Commit 9c5bff8

Browse files
authored
Update src/components/overrides/Head.astro
Helpful for Maddy
1 parent 5265410 commit 9c5bff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Head.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getEntry } from "astro:content";
77
import { getOgImage } from "~/util/og";
88
import type { CollectionEntry } from "astro:content";
99
10-
const NOINDEX_PRODUCTS = ["style-guide", "security"];
10+
const NOINDEX_PRODUCTS = ["email-security", "style-guide", "security"];
1111
1212
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
1313

0 commit comments

Comments
 (0)