Skip to content

Commit 8fc54f9

Browse files
committed
feat(config): add author's avatar
1 parent b68845a commit 8fc54f9

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

public/ansidev.png

1.09 KB
Loading

src/configs/site.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default {
22
title: 'LeetCode Blog',
33
description: 'Solutions for LeetCode problems - Written by ansidev',
44
author: 'ansidev',
5+
authorAvatar: '/ansidev.png',
56
favicon: '/favicon.ico',
67
faviconMimeType: 'image/x-icon',
78
}

0 commit comments

Comments
 (0)