diff --git a/examples/forgejo.yml b/examples/forgejo.yml index e2a81eb..a7f0ab1 100644 --- a/examples/forgejo.yml +++ b/examples/forgejo.yml @@ -75,6 +75,7 @@ conditions: - 'path.matches("^/[^/]+/[^/]+/search/")' - 'path.matches("^/[^/]+/[^/]+/find/")' - 'path.matches("^/[^/]+/[^/]+/activity")' + - 'path.matches("^/[^/]+/[^/]+/graph$")' # any search with a custom query - '"q" in query && query.q != ""' # user activity tab