Bitmagnet-Next-Web/next.config.js

9 lines
220 B
JavaScript
Raw Normal View History

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