We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31973e8 commit d71190cCopy full SHA for d71190c
docusaurus.config.ts
@@ -12,11 +12,11 @@ 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: "/quantstack.github.io/",
+ baseUrl: "/",
16
17
// GitHub pages deployment config.
18
// If you aren't using GitHub pages, you don't need these.
19
- organizationName: "/HaudinFlorence/", // Usually your GitHub org/user name.
+ organizationName: "/QuantStack/", // Usually your GitHub org/user name.
20
projectName: "quantstack.github.io", // Usually your repo name.
21
22
onBrokenLinks: "throw",
0 commit comments