@@ -19,15 +19,15 @@ const config: Config = {
1919 } ,
2020
2121 // Set the production url of your site here
22- url : 'https://example.com ' ,
22+ url : 'https://ecom-co.github.io ' ,
2323 // Set the /<baseUrl>/ pathname under which your site is served
2424 // For GitHub pages deployment, it is often '/<projectName>/'
25- baseUrl : '/' ,
25+ baseUrl : '/document/ ' ,
2626
2727 // GitHub pages deployment config.
2828 // If you aren't using GitHub pages, you don't need these.
29- organizationName : 'my-org ' , // Usually your GitHub org/user name.
30- projectName : 'my-docs ' , // Usually your repo name.
29+ organizationName : 'ecom-co ' , // Usually your GitHub org/user name.
30+ projectName : 'document ' , // Usually your repo name.
3131
3232 onBrokenLinks : 'throw' ,
3333 onBrokenMarkdownLinks : 'warn' ,
@@ -50,7 +50,7 @@ const config: Config = {
5050 // Please change this to your repo.
5151 // Remove this to remove the "edit this page" links.
5252 editUrl :
53- 'https://github.com/my-org/my-docs /tree/main/' ,
53+ 'https://github.com/ecom-co/document /tree/main/' ,
5454
5555 } ,
5656 blog : {
@@ -62,7 +62,7 @@ const config: Config = {
6262 // Please change this to your repo.
6363 // Remove this to remove the "edit this page" links.
6464 editUrl :
65- 'https://github.com/my-org/my-docs /tree/main/' ,
65+ 'https://github.com/ecom-co/document /tree/main/' ,
6666 // Useful options to enforce blogging best practices
6767 onInlineTags : 'warn' ,
6868 onInlineAuthors : 'warn' ,
@@ -112,7 +112,7 @@ const config: Config = {
112112 position : 'right' ,
113113 } ,
114114 {
115- href : 'https://github.com/my-org/my-docs ' ,
115+ href : 'https://github.com/ecom-co/document ' ,
116116 label : 'GitHub' ,
117117 position : 'right' ,
118118 } ,
0 commit comments