Skip to content

Commit 733aaab

Browse files
committed
fix: troubleshooting file name
1 parent 46f0041 commit 733aaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/troubleshooting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When deploying to Vercel, your site will not automatically be accessible to the
6666

6767
If you are getting type errors when importing `frames.js`, you may need to change the `moduleResolution` in your `tsconfig.json` from `node` to `nodenext`.
6868

69-
```json
69+
```json [tsconfig.json]
7070
{
7171
"compilerOptions": {
7272
"moduleResolution": "nodenext"

0 commit comments

Comments
 (0)