commit | c86e44ba8d165c70b41860ba024c16a7f66ef181 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Feb 28 17:30:57 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Feb 28 17:30:57 2023 -0500 |
tree | f08473a6962e1953651d2e020ad724ec3dbdfe4a | |
parent | f5dd187bbe93dc82cfd790ebd291061cd3eaf8b8 [diff] [blame] |
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