This commit is contained in:
eric
2026-03-18 02:01:48 -05:00
parent 742c293e14
commit bf10b5d7e4
11 changed files with 415 additions and 138 deletions

View File

@@ -20,6 +20,7 @@ const nextConfig: NextConfig = {
{ protocol: "https", hostname: "i.pravatar.cc", pathname: "/**" },
{ protocol: "https", hostname: "images.unsplash.com", pathname: "/**" },
{ protocol: "https", hostname: "sns-webpic-qc.xhscdn.com", pathname: "/**" },
{ protocol: "https", hostname: "sns-avatar-qc.xhscdn.com", pathname: "/**" },
],
},
};