Skip to content

Commit 85183d5

Browse files
committed
Nextra version update
1 parent d08f95f commit 85183d5

File tree

5 files changed

+1821
-1309
lines changed

5 files changed

+1821
-1309
lines changed

web/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.17.0
1+
v24.14.0

web/next.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import nextra from "nextra";
22

33
const nextConfig = {
44
images: {
5-
domains: ["github.com"],
5+
remotePatterns: [
6+
{
7+
protocol: "https",
8+
hostname: "github.com",
9+
},
10+
],
611
},
712
};
813

0 commit comments

Comments
 (0)