Skip to content

Commit cd4f806

Browse files
Added Clerk config in Next config
1 parent f7f403b commit cd4f806

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

next.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {}
2+
const nextConfig = {
3+
images: {
4+
remotePatterns: [
5+
{
6+
hostname: "img.clerk.com"
7+
}
8+
]
9+
}
10+
}
311

412
module.exports = nextConfig

0 commit comments

Comments
 (0)