From 7615ecb6e74e23859f46ea15a0b330f1ad9d2b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 3 May 2026 22:18:06 +0200 Subject: [PATCH] Test PR for staging preview lifecycle Adds a one-line clarifying comment near TERMS_GATE_ALLOWLIST. The point of this PR is to exercise cd-staging.yml end-to-end (preview deploy on open, update on push, teardown on close). Co-Authored-By: Claude Opus 4.7 --- apps/journal/app/root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/journal/app/root.tsx b/apps/journal/app/root.tsx index 2530ef3..1a475db 100644 --- a/apps/journal/app/root.tsx +++ b/apps/journal/app/root.tsx @@ -18,6 +18,7 @@ import stylesheet from "@trails-cool/ui/styles.css?url"; // Paths that must stay reachable even when the user has a stale // terms_version, so they can read the Terms, accept them, or log out. +// `/legal/` matches as a prefix (covers `/legal/terms`, `/legal/privacy`, etc.). const TERMS_GATE_ALLOWLIST = [ "/auth/accept-terms", "/auth/logout",