UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

10 lines (7 loc) 214 B
// next.config.mjs import createNextIntlPlugin from "next-intl/plugin"; const nextConfig = { // your config options here }; const withNextIntl = createNextIntlPlugin(); export default withNextIntl(nextConfig);