mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
feat: 更新网站图标和个人头像配置
将默认的网络图标替换为本地 favicon.webp 文件,并更新个人头像配置使用同一图标
This commit is contained in:
BIN
public/favicon.webp
Normal file
BIN
public/favicon.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -48,7 +48,7 @@ export const siteConfig: SiteConfig = {
|
||||
favicon: [
|
||||
// Leave this array empty to use the default favicon
|
||||
{
|
||||
src: "https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=5", // Path of the favicon, relative to the /public directory
|
||||
src: "./favicon.webp", // Path of the favicon, relative to the /public directory
|
||||
// theme: 'light', // (Optional) Either 'light' or 'dark', set only if you have different favicons for light and dark mode
|
||||
// sizes: '32x32', // (Optional) Size of the favicon, set only if you have favicons of different sizes
|
||||
},
|
||||
@@ -84,7 +84,7 @@ export const navBarConfig: NavBarConfig = {
|
||||
};
|
||||
|
||||
export const profileConfig: ProfileConfig = {
|
||||
avatar: "https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=5", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
||||
avatar: "/favicon.webp", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
||||
name: "二叉树树",
|
||||
bio: "爱你所爱~ ❤",
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user