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 72b0a41 commit 6c3d414Copy full SHA for 6c3d414
website/next.config.mjs
@@ -1,6 +1,6 @@
1
import nextra from 'nextra';
2
import path from 'node:path';
3
-import vercel from './vercel.json' with { type: 'json' }
+import vercel from './vercel.json';
4
5
const withNextra = nextra({
6
theme: 'nextra-theme-docs',
0 commit comments