bug fixed + add support for google profile pics

This commit is contained in:
daniel31x13
2024-05-07 16:59:00 -04:00
parent 2dd49ff844
commit 861f8e55f4
8 changed files with 100 additions and 37 deletions
+9
View File
@@ -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: {