Skip to content

Commit

Permalink
Merge pull request #10 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 07ef276 + 2dbeb10 commit 07acec3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
output: "export", // <=== enables static exports
reactStrictMode: true,
output: "export",
distDir: "out",
images: {
loader: "custom",
loaderFile: "./src/loaders/cloudinary-loader.ts",
unoptimized: true,
},
basePath: "/Gluon-Solidity-WebUI",
};

export default nextConfig;

0 comments on commit 07acec3

Please sign in to comment.