Skip to content

Commit c978045

Browse files
committed
Downgrade OpenNext
1 parent 0536966 commit c978045

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

bun.lockb

-21.3 KB
Binary file not shown.

next.config.mjs

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,6 @@ import createNextIntlPlugin from "next-intl/plugin";
55
const withNextIntl = createNextIntlPlugin();
66

77
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-
},
378
};
389

3910
export default withNextIntl(nextConfig);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)