Skip to Content
🎉 Nextra 4.0 is released. dimaMachina is looking for a new job or consulting.
APImiddleware

middleware function

Exported from nextra/locales.

Signature

Parameters:
NameTypeDefault
requestNextRequest
Returns:
NextResponse<unknown> | undefined

Example

// Basic usage export { middleware } from 'nextra/locales' export const config = { // Matcher ignoring `/_next/` and `/api/` matcher: [ '/((?!api|_next/static|_next/image|favicon.ico|icon.svg|apple-icon.png|manifest|_pagefind).*)' ] }