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 19, 2024
1 parent 327ef20 commit 5f4be51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
images: {
unoptimized: true
},
modularizeImports: {
"react-icons/?(((\\w*)?/?)*)": {
transform: "@react-icons/all-files/{{ matches.[1] }}/{{ member }}",
Expand Down

0 comments on commit 5f4be51

Please sign in to comment.