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 c4e3d4a commit 77eb490Copy full SHA for 77eb490
src/components/overrides/Head.astro
@@ -7,6 +7,7 @@ import { getEntry } from "astro:content";
7
import { getOgImage } from "~/util/og";
8
import type { CollectionEntry } from "astro:content";
9
10
+const DEFAULT_TITLE_DELIMITER = "|";
11
const NOINDEX_PRODUCTS = ["email-security"];
12
const CHATBOT_DEPRIORITIZE_PRODUCTS = ["firewall", "style-guide"];
13
0 commit comments