Skip to content

Commit 252c7f6

Browse files
committed
Set config for deploying to github page
1 parent 7ae6e59 commit 252c7f6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'My Site',
1010
tagline: 'Dinosaurs are cool',
11-
url: 'https://your-docusaurus-test-site.com',
11+
url: 'https://chkware.github.io',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',
16-
organizationName: 'facebook', // Usually your GitHub org/user name.
17-
projectName: 'docusaurus', // Usually your repo name.
16+
organizationName: 'chkware',
17+
projectName: 'chkware.github.io',
18+
trailingSlash: false,
1819

1920
presets: [
2021
[

0 commit comments

Comments
 (0)