6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
import createNextIntlPlugin from "next-intl/plugin";
|
|
|
|
const nextConfig = {};
|
|
|
|
const withNextIntl = createNextIntlPlugin();
|
|
export default withNextIntl(nextConfig); |