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.
2 parents 461eb33 + adce4fd commit a962fbdCopy full SHA for a962fbd
config.toml
docusaurus.config.js
@@ -23,12 +23,7 @@ const config = {
23
url: 'https://contribute.cncf.io',
24
// Set the /<baseUrl>/ pathname under which your site is served
25
// For GitHub pages deployment, it is often '/<projectName>/'
26
- baseUrl: '/contribute-site/',
27
-
28
- // GitHub pages deployment config.
29
- // If you aren't using GitHub pages, you don't need these.
30
- organizationName: 'cncf', // Usually your GitHub org/user name.
31
- projectName: 'contribute-site', // Usually your repo name.
+ baseUrl: '/',
32
33
// onBrokenLinks: 'throw',
34
onBrokenLinks: 'warn',
0 commit comments