This commit is contained in:
Atridad Lahiji 2023-11-12 00:56:38 -07:00
parent 618e9d3671
commit 1db921a7bd
No known key found for this signature in database

View file

@ -12,21 +12,12 @@ const config = {
remotePatterns: [ remotePatterns: [
{ {
hostname: "avatars.githubusercontent.com", hostname: "avatars.githubusercontent.com",
pathname: "/.*",
protocol: "https",
port: "443",
}, },
{ {
hostname: "lh3.googleusercontent.com", hostname: "lh3.googleusercontent.com",
pathname: "/.*",
protocol: "https",
port: "443",
}, },
{ {
hostname: "img.clerk.com", hostname: "img.clerk.com",
pathname: "/.*",
protocol: "https",
port: "443",
}, },
], ],
}, },