bug fixed + add support for google profile pics
This commit is contained in:
@@ -4,7 +4,16 @@ const { version } = require("./package.json");
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
// For fetching the favicons
|
||||
domains: ["t2.gstatic.com"],
|
||||
|
||||
// For profile pictures (Google OAuth)
|
||||
remotePatterns: [
|
||||
{
|
||||
hostname: "*.googleusercontent.com",
|
||||
},
|
||||
],
|
||||
|
||||
minimumCacheTTL: 10,
|
||||
},
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user