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

7 lines
158 B
JavaScript

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