fix font not loading with next.js@12

This commit is contained in:
Sonny
2022-05-07 00:12:35 +02:00
parent c03f41d3f8
commit 7401a1d91d
5 changed files with 1301 additions and 184 deletions

View File

@@ -10,5 +10,6 @@ module.exports = {
});
return config;
}
},
optimizeFonts: false
}