Small Updates

This commit is contained in:
Ahmad 2024-12-28 18:10:12 -05:00
parent 1832a59dad
commit 4f205d7584
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

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