Skip to content

Commit aaba7c3

Browse files
Change the baseUrl and the url.
1 parent 6e1be9d commit aaba7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const config: Config = {
99
tagline: "",
1010

1111
// Set the production url of your site here
12-
url: "https://new-quantstack.net/",
12+
url: "https://quantstack.net/",
1313
// Set the /<baseUrl>/ pathname under which your site is served
1414
// For GitHub pages deployment, it is often '/<projectName>/'
15-
baseUrl: "/quantstack.github.io/",
15+
baseUrl: "/",
1616

1717
// GitHub pages deployment config.
1818
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)