We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b78dd commit 7e60721Copy full SHA for 7e60721
docs/.nvmrc
@@ -0,0 +1 @@
1
+22
docs/next.config.mjs
@@ -4,7 +4,7 @@ import remarkFrontmatter from "remark-frontmatter";
4
import remarkHtmlKatex from "remark-html-katex";
5
import linkEnvironmentVariables from "./plugins/link-environment-variables.mjs";
6
7
-import redirects from './redirects.json' assert { type: "json" };
+import redirects from './redirects.json' with { type: "json" };
8
9
/**
10
* @type {import('next').NextConfig}
0 commit comments