Bitmagnet-Next-Web/next.config.js
journey-ad 3a88b39e3b 🎉 Initial.
Some hard work. 🧑‍💻
2024-06-12 17:32:22 +08:00

9 lines
220 B
JavaScript

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