Skip to content

Commit 2543c53

Browse files
waruhachiImgBotApp
andauthored
fix(web): miscellaneous improvements (#416)
Co-authored-by: ImgBotApp <[email protected]>
1 parent bd54f01 commit 2543c53

File tree

15 files changed

+22
-6
lines changed

15 files changed

+22
-6
lines changed
-2.62 KB
Loading
-704 Bytes
Loading
-3.05 KB
Loading
-8.46 KB
Loading
-8.75 KB
Loading
-56 Bytes
Loading

apps/web/next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ const config = {
1010
experimental: {
1111
reactCompiler: true,
1212
},
13+
images: {
14+
remotePatterns: [
15+
{ protocol: "https", hostname: "pbs.twimg.com" },
16+
{ protocol: "https", hostname: "abs.twimg.com" },
17+
],
18+
},
1319
async rewrites() {
1420
return [
1521
{
-2.62 KB
Loading
-704 Bytes
Loading
-3.05 KB
Loading

0 commit comments

Comments
 (0)