fix: change to permanent redirects were applicable

This commit is contained in:
Michael Zetterberg
2025-05-27 13:39:30 +02:00
parent efbed53be4
commit 528fbbce4a
5 changed files with 12 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ export const middleware: NextMiddleware = async (request) => {
return NextResponse.redirect(newUrl, {
headers,
status: 308,
})
}