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";
55const withNextIntl = createNextIntlPlugin ( ) ;
66
77const 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- } ,
378} ;
389
3910export default withNextIntl ( nextConfig ) ;
Original file line number Diff line number Diff line change 1414 "cf-typegen" : " wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
1515 },
1616 "dependencies" : {
17- "@opennextjs/cloudflare" : " ^ 1.0.4 " ,
17+ "@opennextjs/cloudflare" : " 1.0.3 " ,
1818 "@pixiv/three-vrm" : " ^3.3.4" ,
1919 "@pixiv/three-vrm-animation" : " ^3.3.4" ,
2020 "@react-three/fiber" : " ^9.0.4" ,
You can’t perform that action at this time.
0 commit comments