From 9637993471c92516096cf96a60811f87b21cc66a Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 8 Nov 2023 08:52:35 +0000 Subject: [PATCH] fix(ssr): fix big ahh button size --- next.config.js | 7 +------ src/components/Button.tsx | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) 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 = (