Skip to content

Commit

Permalink
added images loader and basePath option in nextConfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanValMont committed Oct 8, 2023
1 parent 47ae337 commit 1abb368
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
const nextConfig = {
/* config options here */
reactStrictMode: true,
// images: {
// loader: "akamai",
// path: "",
// },
// basePath: "/danielvaldezmontalvan.com",
images: {
loader: "akamai",
path: "",
},
basePath: "/danielvaldezmontalvan.com",
};

module.exports = nextConfig;
// module.exports = {
// reactStrictMode: true,
// };

0 comments on commit 1abb368

Please sign in to comment.