Skip to content

Commit 6e32f4e

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

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
@@ -14,7 +14,7 @@ export const githubRepositoryUrl =
1414
"https://github.com/typst-jp/typst-jp.github.io";
1515
/** The Discord server invite URL. */
1616
export const discordServerUrl = "https://discord.gg/9xF7k4aAuH";
17-
/** The origin URL of the deployed site. */
17+
/** The origin URL of the deployed site, used for metadata. Note that the base path should not be included. */
1818
export const originUrl = "https://typst-jp.github.io/";
1919
/** The base public path for deployment. This must match the value used in typst-docs. */
2020
export const basePath: string = "/docs/";

0 commit comments

Comments
 (0)