Skip to content

Commit

Permalink
add Next-Url to cache query hash
Browse files Browse the repository at this point in the history
  • Loading branch information
AkifumiSato committed Jul 17, 2023
1 parent 82fd22b commit eb88544
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export async function fetchServerResponse(
[
headers[NEXT_ROUTER_PREFETCH] || '0',
headers[NEXT_ROUTER_STATE_TREE],
headers[NEXT_URL],
].join(',')
)

Expand Down

0 comments on commit eb88544

Please sign in to comment.