File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ www.babble.diy
Original file line number Diff line number Diff line change
1
+ www.babble.diy
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const config = {
13
13
favicon : 'img/favicon.ico' ,
14
14
15
15
// Set the production url of your site here
16
- url : 'https://your-docusaurus-site.example.com ' ,
16
+ url : 'www.babble.diy ' ,
17
17
// Set the /<baseUrl>/ pathname under which your site is served
18
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
19
baseUrl : '/' ,
@@ -22,10 +22,11 @@ const config = {
22
22
// If you aren't using GitHub pages, you don't need these.
23
23
organizationName : 'ProjectBabble' , // Usually your GitHub org/user name.
24
24
projectName : 'ProjectBabble' , // Usually your repo name.
25
-
26
- onBrokenLinks : 'throw ' ,
25
+
26
+ onBrokenLinks : 'warn ' ,
27
27
onBrokenMarkdownLinks : 'warn' ,
28
-
28
+ deploymentBranch : 'deployment' ,
29
+ trailingSlash : false ,
29
30
// Even if you don't use internationalization, you can use this field to set
30
31
// useful metadata like html lang. For example, if your site is Chinese, you
31
32
// may want to replace "en" with "zh-Hans".
You can’t perform that action at this time.
0 commit comments