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