orient-front/next.config.ts

8 lines
205 B
TypeScript
Raw Normal View History

import createNextIntlPlugin from "next-intl/plugin";
2025-02-01 08:18:21 +00:00
const withNextIntl = createNextIntlPlugin();
2025-02-01 08:18:21 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default withNextIntl(nextConfig);