fix(i18n): enforce strict flat-file structure, restore middleware, and config search

This commit is contained in:
dyzulk
2026-01-09 10:07:09 +07:00
parent 22ccda27fb
commit a37e39676a
8 changed files with 109 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import { NextResponse } from 'next/server'
import type { NextRequest } from 'next/server'
import { NextRequest, NextResponse } from 'next/server'
const PUBLIC_FILE = /\.(.*)$/