Files

12 lines
245 B
TypeScript
Raw Permalink Normal View History

import createMiddleware from "next-intl/middleware";
export default createMiddleware({
locales: ["fa", "en"],
defaultLocale: "fa",
localePrefix: "always",
});
export const config = {
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
};