Skip to content

Commit

Permalink
fix(cli): Add */admin/ pattern to "APIs" cache bypass on bunny.net …
Browse files Browse the repository at this point in the history
…edge rules
  • Loading branch information
leomp12 committed Feb 12, 2024
1 parent 8169917 commit bdbf89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/ci/bunny-config-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ configure_edge_rule "APIs bypass CDN cache" '
"*/_feeds/*",
"*/.*/git/*",
"*/_analytics",
"*/admin/",
"*/~*"
],
"PatternMatchingType": 0,
Expand All @@ -181,6 +182,7 @@ configure_edge_rule "APIs bypass perma-cache" '
"*/_feeds/*",
"*/.*/git/*",
"*/_analytics",
"*/admin/",
"*/~*"
],
"PatternMatchingType": 0,
Expand Down

0 comments on commit bdbf89e

Please sign in to comment.