Skip to content

Commit e83c3e0

Browse files
Update website/src/metadata.ts
Co-authored-by: Y.D.X. <[email protected]>
1 parent 6e32f4e commit e83c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { version } from "../package.json";
22

33
// TODO: The metadata will be configurable via a JSON configuration file.
4-
/** The version of the documentation. */
4+
/** The version of the documentation, without a leading `v`. */
55
export { version };
66
/** The official Typst website URL. */
77
export const typstOfficialUrl = "https://typst.app";

0 commit comments

Comments
 (0)