fix: change to permanent redirects were applicable
This commit is contained in:
@@ -16,6 +16,7 @@ export const middleware: NextMiddleware = async (request) => {
|
||||
|
||||
return NextResponse.redirect(newUrl, {
|
||||
headers,
|
||||
status: 308,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user