Skip to content

Commit 7e60721

Browse files
committed
docs: Upgrade to Node.js v22
1 parent 13b78dd commit 7e60721

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import remarkFrontmatter from "remark-frontmatter";
44
import remarkHtmlKatex from "remark-html-katex";
55
import linkEnvironmentVariables from "./plugins/link-environment-variables.mjs";
66

7-
import redirects from './redirects.json' assert { type: "json" };
7+
import redirects from './redirects.json' with { type: "json" };
88

99
/**
1010
* @type {import('next').NextConfig}

0 commit comments

Comments
 (0)