const createNextIntlPlugin = require('next-intl/plugin'); const withNextIntl = createNextIntlPlugin('./i18n'); /** @type {import('next').NextConfig} */ const nextConfig = {} module.exports = withNextIntl(nextConfig);