mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
fix: 更新网站图标和个人头像为远程URL
将本地favicon.webp替换为QQ头像的远程URL,同时更新了个人资料中的头像链接
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
@@ -49,7 +49,7 @@ export const siteConfig: SiteConfig = {
|
|||||||
favicon: [
|
favicon: [
|
||||||
// Leave this array empty to use the default 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
|
// 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
|
// 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 = {
|
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: "二叉树树",
|
name: "二叉树树",
|
||||||
bio: "爱你所爱~ ❤",
|
bio: "爱你所爱~ ❤",
|
||||||
links: [
|
links: [
|
||||||
|
|||||||
Reference in New Issue
Block a user