Skip to content

Commit

Permalink
Change baseUrl in docusaurus.config.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Sep 3, 2024
1 parent 13de92c commit 07707de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const config: Config = {
url: "https://quantstack.net/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/quantstack.github.io/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "QuantStack", // Usually your GitHub org/user name.
projectName: "/quantstack.github.io/", // Usually your repo name.
organizationName: "/HaudinFlorence/", // Usually your GitHub org/user name.
projectName: "quantstack.github.io", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down

0 comments on commit 07707de

Please sign in to comment.