Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8407be2

Browse files
committed
Added loader config
1 parent e782274 commit 8407be2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

next.config.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
/** @type {import('next').NextConfig} */
1+
/**
2+
* @type {import('next').NextConfig}
3+
*/
24
const nextConfig = {
3-
reactStrictMode: true,
4-
}
5+
images: {
6+
loader: 'akamai',
7+
path: '',
8+
},
9+
assetPrefix: './',
10+
};
511

6-
module.exports = nextConfig
12+
export default nextConfig;

0 commit comments

Comments
 (0)