本文へスキップ
ブログに戻る

test1

約1分13回閲覧

test

typescript
import createMiddleware from 'next-intl/middleware'
import { routing } from '@/i18n/routing'

// Next.js 16 renamed the `middleware` convention to `proxy`.
export default createMiddleware(routing)

export const config = {
  // Skip API routes, Next internals and anything with a file extension.
  matcher: ['/((?!api|_next|_vercel|.*\\..*).*)'],
}

tesอิอิ

อิอิ
อิอิ