Skip to content

Commit ecee7a3

Browse files
committed
Revert "πŸ“ update docs"
This reverts commit b57860e.
1 parent b57860e commit ecee7a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ždocs/docusaurus.config.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
url: "https://continue.dev",
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
19-
baseUrl: "/docs",
19+
baseUrl: "/",
2020

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

β€Ždocs/netlify.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[redirects]]
22
from = "/"
3-
to = "/docs/intro"
3+
to = "/intro"
44
force = true
55

66
[[redirects]]
77
from = "/docs"
8-
to = "/docs/intro"
8+
to = "/intro"
99
force = true

0 commit comments

Comments
Β (0)