chore: update favicon

This commit is contained in:
dsrkafuu 2022-03-29 17:17:50 +08:00
parent 4dc4ec24ae
commit c29659077f
2 changed files with 4 additions and 3 deletions

View File

@ -9,10 +9,11 @@
},
"index": {
"enabled": true,
"analytics": "G-0000000000"
"analytics": "G-MMZRQTYRXM"
},
"ids": {
"dsrkafuu:demo": "Demo for GitHub & preview site.",
"dsrkafuu:home": "Personal blog & GitHub page."
"dsrkafuu:home": "Personal blog & GitHub page.",
"dsrkafuu:tools": "For DSRTOOLs counter."
}
}

View File

@ -8,6 +8,6 @@ export async function get(req, event) {
return await genProxyResponse(
req,
event,
'https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-assets@3.0.0/favicon/favicon.ico'
'https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-assets@9.0.0/favicon/favicon.ico'
);
}