Skip to content

Commit a962fbd

Browse files
authored
Merge pull request #23 from cncf/fix-site-config
Remove hugo config and fix config for netlify
2 parents 461eb33 + adce4fd commit a962fbd

File tree

2 files changed

+1
-236
lines changed

2 files changed

+1
-236
lines changed

config.toml

Lines changed: 0 additions & 230 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ const config = {
2323
url: 'https://contribute.cncf.io',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// 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.
26+
baseUrl: '/',
3227

3328
// onBrokenLinks: 'throw',
3429
onBrokenLinks: 'warn',

0 commit comments

Comments
 (0)