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 cf11a25 commit 7564f73Copy full SHA for 7564f73
website/pages/en/index.js
@@ -14,7 +14,7 @@ const MarkdownBlock = CompLibrary.MarkdownBlock; /* Used to read markdown */
14
const siteConfig = require(`${process.cwd()}/siteConfig.js`);
15
16
function docUrl(doc, language) {
17
- return `${siteConfig.baseUrl}docs/${language ? `${language}/` : ""}${doc}`;
+ return `${siteConfig.baseUrl}${language ? `${language}/` : ""}${doc}`;
18
}
19
20
class Button extends React.Component {
0 commit comments