File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ export const siteConfig: SiteConfig = {
1616 fixed : false ,
1717 } ,
1818 banner : {
19- enable : false ,
20- src : "assets/images/demo-banner.png" ,
21- position : "center" ,
19+ enable : true ,
20+ src : "assets/images/demo-banner.png" ,
21+ position : "center" ,
2222 credit : {
23- enable : true ,
24- text : "" ,
23+ enable : false ,
24+ text : "" ,
2525 url : "" ,
2626 } ,
2727 } ,
2828 toc : {
29- enable : true ,
29+ enable : true ,
3030 depth : 2 ,
3131 } ,
3232 favicon : [
3333 // {
34- // src: '/favicon/icon.png',
35- // theme: 'light',
34+ // src: '/favicon/icon.png',
35+ // theme: 'light',
3636 // sizes: '32x32',
3737 // }
3838 ] ,
@@ -46,13 +46,13 @@ export const navBarConfig: NavBarConfig = {
4646 {
4747 name : "GitHub" ,
4848 url : "https://github.com/thehappyredwolf" ,
49- external : true ,
49+ external : true ,
5050 } ,
5151 ] ,
5252} ;
5353
5454export const profileConfig : ProfileConfig = {
55- avatar : "assets/images/demo-avatar.png" ,
55+ avatar : "assets/images/demo-avatar.png" ,
5656 name : "Lorem Ipsum" ,
5757 bio : "Lorem ipsum dolor sit amet, consectetur adipiscing elit." ,
5858 links : [
You can’t perform that action at this time.
0 commit comments