@@ -8,11 +8,11 @@ const config: Config = {
88 favicon : 'img/favicon.ico' ,
99
1010 url : 'https://the-node-forge.github.io' ,
11- baseUrl : '/npm-template /' ,
11+ baseUrl : '/simple-web-scraper /' ,
1212 trailingSlash : false ,
1313
1414 organizationName : 'The-Node-Forge' ,
15- projectName : 'npm-template ' , // Edit
15+ projectName : 'simple-web-scraper ' , // Edit
1616 deploymentBranch : 'gh-pages' ,
1717
1818 onBrokenLinks : 'throw' ,
@@ -29,15 +29,15 @@ const config: Config = {
2929 {
3030 docs : {
3131 sidebarPath : require . resolve ( './sidebars.ts' ) ,
32- editUrl : 'https://github.com/The-Node-Forge/npm-template /tree/main/docs/' ,
32+ editUrl : 'https://github.com/The-Node-Forge/simple-web-scraper /tree/main/docs/' ,
3333 } ,
3434 blog : {
3535 showReadingTime : true ,
3636 feedOptions : {
3737 type : [ 'rss' , 'atom' ] ,
3838 xslt : true ,
3939 } ,
40- editUrl : 'https://github.com/The-Node-Forge/npm-template /tree/main/docs/' ,
40+ editUrl : 'https://github.com/The-Node-Forge/simple-web-scraper /tree/main/docs/' ,
4141 onInlineTags : 'warn' ,
4242 onInlineAuthors : 'warn' ,
4343 onUntruncatedBlogPosts : 'warn' ,
@@ -74,7 +74,7 @@ const config: Config = {
7474 // uncomment to enable blogs
7575 // { to: '/blog', label: 'Blog', position: 'left' },
7676 {
77- href : 'https://github.com/The-Node-Forge/npm-template ' ,
77+ href : 'https://github.com/The-Node-Forge/simple-web-scraper ' ,
7878 label : 'GitHub' ,
7979 position : 'right' ,
8080 } ,
@@ -97,7 +97,7 @@ const config: Config = {
9797 items : [
9898 {
9999 label : 'GitHub' ,
100- href : 'https://github.com/The-Node-Forge/npm-template ' ,
100+ href : 'https://github.com/The-Node-Forge/simple-web-scraper ' ,
101101 } ,
102102 ] ,
103103 } ,
0 commit comments