Skip to content

Commit 68d6736

Browse files
Enable the banner for real this time
1 parent 1d808f0 commit 68d6736

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

5454
export 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: [

0 commit comments

Comments
 (0)