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
I have redirects I'd like to implement, but I'm not seeing a way to keep them from stripping the query parameters. Is there anyways I can keep utm_val=something in my config?
After looking into it, currently this package doesn't support this ability. I have added the ability and created a PR for it.
PS: For anyone interested, I made this change and published @kevindanikowski/serve-handler6.2.0 and @kevindanikowski/serve12.0.0 with the updated dependency.
I have redirects I'd like to implement, but I'm not seeing a way to keep them from stripping the query parameters. Is there anyways I can keep
utm_val=something
in my config?Desired Behavior:
/oldpath?utm_val=something
=>/newpath?utm_val=something
Current Behavior:
/oldpath?utm_val=something
=>/newpath
The text was updated successfully, but these errors were encountered: