Files
Pien-Studio/apps/web/next.config.mjs
T
2026-05-31 03:04:30 +07:00

8 lines
159 B
JavaScript

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