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 1a12902 commit acc2fceCopy full SHA for acc2fce
website/src/metadata.ts
@@ -17,4 +17,4 @@ export const discordServerUrl = "https://discord.gg/9xF7k4aAuH";
17
/** 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/";
+export const basePath: "/" | `/${string}/` = "/docs/";
0 commit comments