Skip to content

Commit 17f994e

Browse files
committed
Auto-save: Changed 3 lines in next.config.ts on 2025-07-13 20:24:24
1 parent 1bf7f7b commit 17f994e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
22
import createNextIntlPlugin from "next-intl/plugin";
33
import bundleAnalyzer from "@next/bundle-analyzer";
44

5-
const withNextIntl = createNextIntlPlugin();
5+
const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts');
66

77
const withBundleAnalyzer = bundleAnalyzer({
88
enabled: process.env.ANALYZE === "true",
@@ -17,7 +17,6 @@ const nextConfig: NextConfig = {
1717
// Enabling it could improve image loading performance if the compatibility issues are resolved.
1818
images: { unoptimized: true },
1919
trailingSlash: true,
20-
turbopack: {},
2120
};
2221

2322
export default withBundleAnalyzer(withNextIntl(nextConfig));

0 commit comments

Comments
 (0)