started work on good components for transcripts
diff --git a/next.config.js b/next.config.js
index 33c5c8e..86c2e9d 100644
--- a/next.config.js
+++ b/next.config.js
@@ -34,5 +34,8 @@
         ]
       },
     ];
+  },
+  images: {
+    domains: ["picsum.photos", "cdn.discordapp.com"]
   }
 };
\ No newline at end of file