const withNextIntl = require('next-intl/plugin')('./i18n.ts'); /** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', typedRoutes: false, } module.exports = withNextIntl(nextConfig)