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