Skip to content

Commit 77eb490

Browse files
Add DEFAULT_TITLE_DELIMITER back
1 parent c4e3d4a commit 77eb490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/overrides/Head.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { getEntry } from "astro:content";
77
import { getOgImage } from "~/util/og";
88
import type { CollectionEntry } from "astro:content";
99
10+
const DEFAULT_TITLE_DELIMITER = "|";
1011
const NOINDEX_PRODUCTS = ["email-security"];
1112
const CHATBOT_DEPRIORITIZE_PRODUCTS = ["firewall", "style-guide"];
1213

0 commit comments

Comments
 (0)