Skip to content

Commit

Permalink
Merge pull request #12 from DengreSarthak/main
Browse files Browse the repository at this point in the history
Update next.config.mjs
  • Loading branch information
ceilican authored Dec 6, 2024
2 parents 07acec3 + 34e9f0d commit 8a4fe14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const nextConfig = {
output: "export",
distDir: "out",
images: {
unoptimized: true,
loader: "custom",
loaderFile: "./src/loaders/cloudinary-loader.ts",
},
basePath: "/Gluon-Solidity-WebUI",
};
Expand Down

0 comments on commit 8a4fe14

Please sign in to comment.