Skip to content

Commit

Permalink
chore: remove legacy prop in next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlimes committed Aug 3, 2023
1 parent e67ee5d commit e8e3ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
defaultLocale: "en",
},
optimizeFonts: false,
webpack5: true,
webpack: (config) => {
config.resolve.fallback = { fs: false, path: false };
return config;
Expand Down

1 comment on commit e8e3ed4

@vercel
Copy link

@vercel vercel bot commented on e8e3ed4 Aug 3, 2023

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.