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

Commit

Permalink
Build Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-mutkure committed May 9, 2024
1 parent d492d28 commit 9261970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const nextConfig = {
reactStrictMode: true,
output: "export",
basePath: "",
images: {
unoptimized: true,
},
};

export default nextConfig;

0 comments on commit 9261970

Please sign in to comment.