Skip to content

Commit f7731be

Browse files
chore: replace imgur with local images
1 parent bc2e42d commit f7731be

File tree

70 files changed

+380
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+380
-317
lines changed

next.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ const nextConfig = {
3434
},
3535
],
3636
},
37+
{
38+
source: '/images/content/(.*)',
39+
headers: [
40+
{
41+
key: 'Cross-Origin-Resource-Policy',
42+
value: 'cross-origin',
43+
},
44+
{
45+
key: 'Access-Control-Allow-Origin',
46+
value: '*',
47+
},
48+
],
49+
},
3750
];
3851
},
3952
async rewrites() {
2.27 KB
21.2 KB
3.09 KB
9.34 KB
2.77 KB
18.3 KB
17 KB
74.8 KB
28.6 KB

0 commit comments

Comments
 (0)