Skip to content

Commit

Permalink
fix(next.config.js): removed images and asset
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Aug 18, 2023
1 parent c2021a3 commit 1b27fdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
* @type {import('next').NextConfig}
*/
const nextConfig = {
images: {
loader: "akamai",
path: "",
},
assetPrefix: "./",
output: 'export',
};

Expand Down

0 comments on commit 1b27fdb

Please sign in to comment.