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 d202cc3 commit 7a10d20Copy full SHA for 7a10d20
src/components/overrides/Head.astro
@@ -7,7 +7,7 @@ import { getEntry } from "astro:content";
7
import { getOgImage } from "~/util/og";
8
import type { CollectionEntry } from "astro:content";
9
10
-const NOINDEX_PRODUCTS = ["email-security", "style-guide", "security"];
+const NOINDEX_PRODUCTS = ["email-security", "style-guide"];
11
12
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
13
0 commit comments