We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d439e commit 6e32f4eCopy full SHA for 6e32f4e
website/src/metadata.ts
@@ -14,7 +14,7 @@ export const githubRepositoryUrl =
14
"https://github.com/typst-jp/typst-jp.github.io";
15
/** The Discord server invite URL. */
16
export const discordServerUrl = "https://discord.gg/9xF7k4aAuH";
17
-/** The origin URL of the deployed site. */
+/** The origin URL of the deployed site, used for metadata. Note that the base path should not be included. */
18
export const originUrl = "https://typst-jp.github.io/";
19
/** The base public path for deployment. This must match the value used in typst-docs. */
20
export const basePath: string = "/docs/";
0 commit comments