Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zcedd committed Nov 3, 2023
1 parent cf46f5b commit c83f9d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
reactStrictMode: true,
images: {
loader: "akamai",
path: "/",
},
};

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit c83f9d2

Please sign in to comment.