Skip to content

Commit e95134d

Browse files
authored
docs(agent-tars): fix the wrong tsconfig paths (#1710)
1 parent 06a3df7 commit e95134d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multimodal/websites/docs/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./i18n.json"
2121
],
2222
"@theme": [
23-
"./node_modules/@rspress/theme-default"
23+
"./theme/index.tsx"
2424
],
2525
"@components/*": [
2626
"./src/components/*"
@@ -39,4 +39,4 @@
3939
"mdx": {
4040
"checkMdx": true
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)