7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
|
|
import createNextIntlPlugin from 'next-intl/plugin';
|
|
|
|
const nextConfig = {};
|
|
|
|
const withNextIntl = createNextIntlPlugin();
|
|
export default withNextIntl(nextConfig); |