Files
me/next.config.mjs
2025-11-06 13:59:10 +03:00

6 lines
165 B
JavaScript

import createNextIntlPlugin from "next-intl/plugin";
const nextConfig = {};
const withNextIntl = createNextIntlPlugin();
export default withNextIntl(nextConfig);