Skip to content

Commit

Permalink
fix: dark mode issue on simple pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jan 20, 2025
1 parent eaeaa7b commit 0bae88f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipes/pipe-simple-nextjs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const nextConfig = {
images: {
domains: ['screenpi.pe'],
},
experimental: {
darkMode: false,
},
};

export default nextConfig;

0 comments on commit 0bae88f

Please sign in to comment.