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",