Skip to content

Commit 18d509d

Browse files
authored
Merge pull request #2 from Project-Babble/deployment
Deployment
2 parents 87827be + e13a15e commit 18d509d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.babble.diy

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.babble.diy

docusaurus.config.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here
16-
url: 'https://your-docusaurus-site.example.com',
16+
url: 'www.babble.diy',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
1919
baseUrl: '/',
@@ -22,10 +22,11 @@ const config = {
2222
// If you aren't using GitHub pages, you don't need these.
2323
organizationName: 'ProjectBabble', // Usually your GitHub org/user name.
2424
projectName: 'ProjectBabble', // Usually your repo name.
25-
26-
onBrokenLinks: 'throw',
25+
26+
onBrokenLinks: 'warn',
2727
onBrokenMarkdownLinks: 'warn',
28-
28+
deploymentBranch: 'deployment',
29+
trailingSlash: false,
2930
// Even if you don't use internationalization, you can use this field to set
3031
// useful metadata like html lang. For example, if your site is Chinese, you
3132
// may want to replace "en" with "zh-Hans".

0 commit comments

Comments
 (0)