Merged in fix/permanent-filter-redirect (pull request #3170)
feat(BOOK-434): change redirect status from 301 to 307 * feat(BOOK-434): change redirect status from 301 to 307
This commit is contained in:
@@ -61,7 +61,7 @@ export const middleware: NextMiddleware = async (request) => {
|
||||
return NextResponse.redirect(
|
||||
new URL(incomingPathNameParts.join("/"), nextUrl),
|
||||
{
|
||||
status: 301,
|
||||
status: 307,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user