Skip to content

Commit 686dafb

Browse files
test: fix build
1 parent 0b134ae commit 686dafb

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/pages/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LinkToCopilotCloud } from "@/components";
1+
import { LinkToCopilotCloud } from "@/components/link-to-copilot-cloud";
22

33
export default {
44
coagents: {

docs/pages/concepts/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SideNavTitleWithIcon } from "@/components";
1+
import { SideNavTitleWithIcon } from "@/components/sidenav/sidenav-title-with-icon";
22
import { FaReact } from "react-icons/fa";
33
import { PiGraphDuotone } from "react-icons/pi";
44
import { LuBrush } from "react-icons/lu";

docs/tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"strictNullChecks": true,
2525
"paths": {
2626
"@/*": ["./*"],
27+
"@/components": ["./components"],
28+
"@/components/*": ["./components/*"],
29+
"@/lib": ["./lib"],
30+
"@/lib/*": ["./lib/*"],
31+
"@/snippets": ["./snippets"],
32+
"@/snippets/*": ["./snippets/*"],
2733
}
2834
},
2935
"include": [

0 commit comments

Comments
 (0)