We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae6e59 commit 252c7f6Copy full SHA for 252c7f6
1 file changed
docusaurus.config.js
@@ -8,13 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
const config = {
9
title: 'My Site',
10
tagline: 'Dinosaurs are cool',
11
- url: 'https://your-docusaurus-test-site.com',
+ url: 'https://chkware.github.io',
12
baseUrl: '/',
13
onBrokenLinks: 'throw',
14
onBrokenMarkdownLinks: 'warn',
15
favicon: 'img/favicon.ico',
16
- organizationName: 'facebook', // Usually your GitHub org/user name.
17
- projectName: 'docusaurus', // Usually your repo name.
+ organizationName: 'chkware',
+ projectName: 'chkware.github.io',
18
+ trailingSlash: false,
19
20
presets: [
21
[
0 commit comments