Skip to content

Commit

Permalink
fix: export nextConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
armanddidierjean committed Aug 15, 2024
1 parent fbd128c commit 80dbf90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ const nextConfig = {
return config;
},
};

export default nextConfig;

0 comments on commit 80dbf90

Please sign in to comment.