We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13de92c commit 07707deCopy full SHA for 07707de
docusaurus.config.ts
@@ -12,12 +12,12 @@ const config: Config = {
12
url: "https://quantstack.net/",
13
// Set the /<baseUrl>/ pathname under which your site is served
14
// For GitHub pages deployment, it is often '/<projectName>/'
15
- baseUrl: "/",
+ baseUrl: "/quantstack.github.io/",
16
17
// GitHub pages deployment config.
18
// If you aren't using GitHub pages, you don't need these.
19
- organizationName: "QuantStack", // Usually your GitHub org/user name.
20
- projectName: "/quantstack.github.io/", // Usually your repo name.
+ organizationName: "/HaudinFlorence/", // Usually your GitHub org/user name.
+ projectName: "quantstack.github.io", // Usually your repo name.
21
22
onBrokenLinks: "throw",
23
onBrokenMarkdownLinks: "warn",
0 commit comments