fix: 🐛 Disable font optimization temporarly
https://github.com/vercel/next.js/issues/24781
This commit is contained in:
@@ -5,6 +5,7 @@ const moduleExports = {
|
||||
experimental: {
|
||||
outputStandalone: true,
|
||||
},
|
||||
optimizeFonts: false,
|
||||
}
|
||||
|
||||
const sentryWebpackPluginOptions = {
|
||||
|
||||
Reference in New Issue
Block a user