Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Nov 17, 2022
1 parent 7b22b4a commit 451adf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/hydrogen-remix/routing/redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export async function notFoundMaybeRedirect(
urlRedirects: {
edges: Array<{node: {target: string}}>;
};
}>({
query: REDIRECT_QUERY,
}>(REDIRECT_QUERY, {
variables: {
url: pathname + search,
},
Expand Down

0 comments on commit 451adf7

Please sign in to comment.