Skip to content

Commit 9506e50

Browse files
author
abrulic
committed
small update
1 parent 610f4db commit 9506e50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated file. Do not edit manually.
2-
export const versions = ["current"] as const
2+
export const versions = ["latest"] as const

scripts/generate-docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ try {
4141
// biome-ignore lint/style/useTemplate: <explanation>
4242
workspaceRelativePath = repoRoot === workspaceRoot ? "" : workspaceRoot.replace(repoRoot + "/", "")
4343
} catch {
44-
repoRoot = workspaceRoot
4544
workspaceRelativePath = ""
4645
}
4746

0 commit comments

Comments
 (0)