Skip to content

Commit

Permalink
Merge pull request #641 from 1ifeworld/0xTranqui/redirect-4
Browse files Browse the repository at this point in the history
0x tranqui/redirect 4
  • Loading branch information
0xTranqui authored Nov 6, 2024
2 parents b241465 + 2bb47d0 commit 96b4015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function middleware(request: NextRequest) {
|| request.nextUrl.hostname === 'www.river.ph'
) {
url.hostname = 'river.site';
url.pathname = '/'
return NextResponse.redirect(url);

}
Expand Down

0 comments on commit 96b4015

Please sign in to comment.