You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a string is almost always a bad idea, because if any part of
the path contains the string, it will filter out the path. Switch
to using a block and doing a match on the entire path prefix.
0 commit comments