Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
preshetin committed Aug 9, 2024
1 parent 15c7e1a commit 74de089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export"
output: "export",
images: {
unoptimized: true
}
};

export default nextConfig;

0 comments on commit 74de089

Please sign in to comment.