Merge pull request #1580 from MODSetter/ci_mvp

feat(auth-utils): add '/blog' to public route prefixes for fixed navi…
This commit is contained in:
Rohan Verma 2026-07-07 00:37:42 -07:00 committed by GitHub
commit fa7075fde6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ const PUBLIC_ROUTE_PREFIXES = [
"/terms",
"/changelog",
"/announcements",
"/blog",
// Connector marketing pages (see lib/connectors-marketing)
"/connectors",
"/mcp-server",