Skip to content

Commit

Permalink
fix cookie policy link (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Feb 21, 2025
1 parent 6601208 commit b407245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export function middleware(req: NextRequest) {

if (url.pathname === '/cookie-policy') {
url.host = 'docs.base.org';
url.pathname = '/docs/cookie-policy';
url.pathname = '/cookie-policy';
url.port = '443';

return NextResponse.redirect(url);
Expand Down

0 comments on commit b407245

Please sign in to comment.