Skip to content

Commit cff9fc4

Browse files
committed
Move docstra dependency to docs and remove any type assertion in next.config.ts.
1 parent d63c3f5 commit cff9fc4

5 files changed

Lines changed: 1209 additions & 1678 deletions

File tree

docs/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ const nextConfig: NextConfig = {
55
/* config options here */
66
};
77

8-
export default withDocstra(nextConfig as any);
8+
export default withDocstra(nextConfig);

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"clsx": "^2.1.1",
13+
"docstra": "^1.9.7",
1314
"lucide-react": "^0.552.0",
1415
"next": "16.0.10",
1516
"react": "19.2.0",

0 commit comments

Comments
 (0)