Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rootRedirect's redirect does not preserve query #169

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

SnirShechter
Copy link

Case: user enters the website on root path ( '/' ) with some query params. a common case of this is tracking query params.

Current Behavior: query params are lost when redirected to rootRedirect

Desired Behavior: user will redirect to the rootRedirect URL with the query params he had

This fixes the problem and preserves the query.

@paulgv paulgv merged commit 1ddcac2 into nuxt-modules:master Jan 14, 2019
@paulgv
Copy link
Collaborator

paulgv commented Jan 14, 2019

Thanks @SnirShechter !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants