fix: 更新网站图标和个人头像为远程URL

将本地favicon.webp替换为QQ头像的远程URL,同时更新了个人资料中的头像链接
This commit is contained in:
afoim
2025-08-11 22:01:58 +08:00
parent e4b8d55954
commit 11bee390ca
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -49,7 +49,7 @@ export const siteConfig: SiteConfig = {
favicon: [
// Leave this array empty to use the default favicon
{
src: "./favicon.webp", // Path of the favicon, relative to the /public directory
src: "./https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=0", // 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
},
@@ -85,7 +85,7 @@ export const navBarConfig: NavBarConfig = {
};
export const profileConfig: ProfileConfig = {
avatar: "/favicon.webp", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
avatar: "/https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=0", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
name: "二叉树树",
bio: "爱你所爱~ ❤",
links: [