Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/overrides/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { getEntry } from "astro:content";
import { getOgImage } from "~/util/og";
import type { CollectionEntry } from "astro:content";

const DEFAULT_TITLE_DELIMITER = "|";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to keep this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KianNH Added it back. Let me know if everything looks good.

const NOINDEX_PRODUCTS = ["email-security", "security"];
const NOINDEX_PRODUCTS = ["email-security"];
const CHATBOT_DEPRIORITIZE_PRODUCTS = ["firewall", "style-guide"];

const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
Expand Down