Skip to content

Commit 6c3d414

Browse files
authored
Remove type cast
1 parent 72b0a41 commit 6c3d414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import nextra from 'nextra';
22
import path from 'node:path';
3-
import vercel from './vercel.json' with { type: 'json' }
3+
import vercel from './vercel.json';
44

55
const withNextra = nextra({
66
theme: 'nextra-theme-docs',

0 commit comments

Comments
 (0)