UNPKG

create-onetech-app

Version:

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

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