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

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae authored Apr 13, 2024
1 parent 1d59bf8 commit 8ab5901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
modularizeImports: {
"react-icons/?(((\\w*)?/?)*)": {
transform: "@react-icons/all-files/{{ matches.[1] }}/{{ member }}",
Expand All @@ -9,4 +10,4 @@ const nextConfig = {
reactStrictMode: false
}

module.exports = nextConfig
module.exports = nextConfig

0 comments on commit 8ab5901

Please sign in to comment.