Skip to content

Commit

Permalink
fix(next.config.js): images
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Aug 18, 2023
1 parent 8cd2d12 commit 8cf745c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
*/
const nextConfig = {
output: 'export',
images: {
loader: 'akamai',
path: '',
},
};

module.exports = nextConfig;

0 comments on commit 8cf745c

Please sign in to comment.