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, })