Files
Pien-Studio/apps/web/next.config.mjs
T
2026-05-10 03:06:54 +07:00

8 lines
159 B
JavaScript

import createNextIntlPlugin from "next-intl/plugin";
const withNextIntl = createNextIntlPlugin();
export default withNextIntl({
reactStrictMode: true,
});