/** @type {import('next').NextConfig} */
const nextConfig = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN'],
}
};
export default nextConfig;