From fa625545cd40d518e0159a13dceaabec764a768a Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 25 Mar 2026 11:59:48 +0100 Subject: [PATCH] fix: add meta description and enable production source maps Add meta description for SEO to resolve Lighthouse warning. Enable production source maps for better debugging and to resolve Lighthouse Best Practices warning for large first-party JavaScript. Extracted from #509. Co-Authored-By: Sebastian <115311276+Roaring30s@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 (1M context) --- next.config.js | 2 ++ pages/_app.tsx | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/next.config.js b/next.config.js index 3eca479a..d02ef9bb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + productionBrowserSourceMaps: true, + turbopack: { rules: { "*.svg": { diff --git a/pages/_app.tsx b/pages/_app.tsx index 39e3a75e..19722f1b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -39,6 +39,10 @@ function App({ Component, pageProps, fallback = null }) { <> + Livepeer Explorer