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

🔖 Release stable version #112

Merged
merged 10 commits into from
Mar 27, 2024
Prev Previous commit
Next Next commit
chore: 🩹 adjust middleware in example to match docs
  • Loading branch information
HofmannZ committed Mar 22, 2024
commit dbb6949ce458a10f504954fa6499f53543f8feb5
1 change: 0 additions & 1 deletion examples/with-app-router-script/src/middleware.ts
Original file line number Diff line number Diff line change
@@ -29,7 +29,6 @@ export function middleware(request: NextRequest) {
);

const response = NextResponse.next({
headers: requestHeaders,
request: {
headers: requestHeaders,
},
Loading