feat(i18n): add zh/en locale switching
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { NextResponse } from "next/server"
|
||||
|
||||
export default function middleware() {
|
||||
return NextResponse.next()
|
||||
}
|
||||
|
||||
export const config = {
|
||||
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
|
||||
}
|
||||
Reference in New Issue
Block a user