We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57860e commit ecee7a3Copy full SHA for ecee7a3
βdocs/docusaurus.config.jsβ
@@ -16,7 +16,7 @@ const config = {
16
url: "https://continue.dev",
17
// Set the /<baseUrl>/ pathname under which your site is served
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
- baseUrl: "/docs",
+ baseUrl: "/",
20
21
// GitHub pages deployment config.
22
// If you aren't using GitHub pages, you don't need these.
βdocs/netlify.tomlβ
@@ -1,9 +1,9 @@
1
[[redirects]]
2
from = "/"
3
- to = "/docs/intro"
+ to = "/intro"
4
force = true
5
6
7
from = "/docs"
8
9
0 commit comments