From 4f205d7584d9f4066ca4f21c13152c88b1c8ce3d Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:10:12 -0500 Subject: [PATCH] Small Updates --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 59dfb8e..6d2ba87 100644 --- a/next.config.ts +++ b/next.config.ts @@ -42,7 +42,7 @@ const nextConfig: NextConfig = { config.plugins.push( codecovNextJSWebpackPlugin({ enableBundleAnalysis: true, - bundleName: 'example-nextjs-webpack-bundle', + bundleName: 'nextjs-webpack-bundle', uploadToken: process.env.CODECOV_TOKEN, webpack: options.webpack, })