Skip to content

Commit acffc0a

Browse files
committed
Next config
1 parent acb9505 commit acffc0a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

next.config.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {
3-
images: {
4-
remotePatterns: [
5-
{
6-
protocol: 'https',
7-
hostname: 'media.licdn.com',
8-
port: '',
9-
pathname: '/dms/image/**'
10-
}
11-
]
12-
}
13-
};
2+
const nextConfig = {};
143

154
module.exports = nextConfig;

0 commit comments

Comments
 (0)