Skip to content

Commit c692ce4

Browse files
ci: apply automated fixes
1 parent 9640c25 commit c692ce4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/routes/$libraryId/$version.docs.framework.$framework.{$}[.]md.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ export const Route = createFileRoute(
5151
branch: getBranch(library, version),
5252
docsRoot: root,
5353
docsPaths: docsPath
54-
? [`framework/${framework}/${docsPath}`, `${framework}/${docsPath}`]
54+
? [
55+
`framework/${framework}/${docsPath}`,
56+
`${framework}/${docsPath}`,
57+
]
5558
: [],
5659
})
5760

0 commit comments

Comments
 (0)