File tree Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -5,35 +5,6 @@ import createNextIntlPlugin from "next-intl/plugin";
5
5
const withNextIntl = createNextIntlPlugin ( ) ;
6
6
7
7
const nextConfig = {
8
- images : {
9
- dangerouslyAllowSVG : true ,
10
- remotePatterns : [
11
- {
12
- protocol : "https" ,
13
- hostname : "cdn.mikn.dev" ,
14
- port : "" ,
15
- pathname : "/**" ,
16
- } ,
17
- {
18
- protocol : "https" ,
19
- hostname : "cdn.mdusercontent.com" ,
20
- port : "" ,
21
- pathname : "/**" ,
22
- } ,
23
- {
24
- protocol : "https" ,
25
- hostname : "cdn.discordapp.com" ,
26
- port : "" ,
27
- pathname : "/avatars/**" ,
28
- } ,
29
- {
30
- protocol : "https" ,
31
- hostname : "cdn.statically.io" ,
32
- port : "" ,
33
- pathname : "/avatars/*" ,
34
- } ,
35
- ] ,
36
- } ,
37
8
} ;
38
9
39
10
export default withNextIntl ( nextConfig ) ;
Original file line number Diff line number Diff line change 14
14
"cf-typegen" : " wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
15
15
},
16
16
"dependencies" : {
17
- "@opennextjs/cloudflare" : " ^ 1.0.4 " ,
17
+ "@opennextjs/cloudflare" : " 1.0.3 " ,
18
18
"@pixiv/three-vrm" : " ^3.3.4" ,
19
19
"@pixiv/three-vrm-animation" : " ^3.3.4" ,
20
20
"@react-three/fiber" : " ^9.0.4" ,
You can’t perform that action at this time.
0 commit comments