diff --git a/next.config.js b/next.config.js index 642497536..a8aa65785 100644 --- a/next.config.js +++ b/next.config.js @@ -12,6 +12,10 @@ module.exports = withContentlayer({ 'pbs.twimg.com' // Twitter Profile Picture ] }, + experimental: { + legacyBrowsers: false, + browsersListForSwc: true + }, async headers() { return [ {