Skip to content

Commit 7a10d20

Browse files
committed
Remove 'security' from no index
1 parent d202cc3 commit 7a10d20

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 = ["email-security", "style-guide", "security"];
10+
const NOINDEX_PRODUCTS = ["email-security", "style-guide"];
1111
1212
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
1313

0 commit comments

Comments
 (0)