Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed May 19, 2024
1 parent 644769d commit a6adaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function middleware(request: NextRequest) {
});
const response = handleI18nRouting(request);

response.headers.set("x-url", request.url);
response.headers.set(X_URL, request.url);

return response;
}
Expand Down

0 comments on commit a6adaff

Please sign in to comment.