Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Optimize fonts in next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Apr 8, 2024
1 parent 817abd9 commit dba9e44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
const nextConfig = {
/* config options here */
productionBrowserSourceMaps: true,

optimizeFonts: true,
experimental: {
esmExternals: "loose",

optimizeFonts: true,
esmExternals: true,
},
};

Expand Down

1 comment on commit dba9e44

@vercel
Copy link

@vercel vercel bot commented on dba9e44 Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.