Files
Pien-Studio/apps/web/next.config.mjs
T

7 lines
158 B
JavaScript
Raw Normal View History

2026-05-10 03:06:54 +07:00
import createNextIntlPlugin from "next-intl/plugin";
const withNextIntl = createNextIntlPlugin();
export default withNextIntl({
reactStrictMode: true,
});