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

8 lines
159 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,
});