From 0592215bad5cfd0e2cf48cbf02e414773fcc1fb1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 7 Jul 2026 00:37:14 -0700 Subject: [PATCH] feat(auth-utils): add '/blog' to public route prefixes for fixed navigation --- surfsense_web/lib/auth-utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_web/lib/auth-utils.ts b/surfsense_web/lib/auth-utils.ts index ec86e083c..979b09605 100644 --- a/surfsense_web/lib/auth-utils.ts +++ b/surfsense_web/lib/auth-utils.ts @@ -33,6 +33,7 @@ const PUBLIC_ROUTE_PREFIXES = [ "/terms", "/changelog", "/announcements", + "/blog", // Connector marketing pages (see lib/connectors-marketing) "/connectors", "/mcp-server",