diff --git a/next.config.js b/next.config.js index dca7fa1..0c6f493 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,4 @@ const nextBuildId = require("next-build-id"); -const withBundleAnalyzer = require("@next/bundle-analyzer")({ - enabled: false, -}); /** @type {import('next').NextConfig} */ const nextConfig = { @@ -60,9 +57,7 @@ const nextConfig = { }, }; -module.exports = withBundleAnalyzer(nextConfig); - -// Injected content via Sentry wizard below +module.exports = nextConfig; const { withSentryConfig } = require("@sentry/nextjs"); diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 70182c8..7306313 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -25,7 +25,7 @@ export default function Button({ const base = (