mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
use standard icon declaration
This commit is contained in:
parent
c874029a45
commit
da3c0fff52
1 changed files with 1 additions and 3 deletions
|
|
@ -26,9 +26,7 @@ exports.index = functions.https.onRequest((request, response) => {
|
|||
for (const char of image) {
|
||||
codepoints.push(char.codePointAt(0).toString(16));
|
||||
}
|
||||
content += `<link rel="apple-touch-icon" href="https://fonts.gstatic.com/s/e/notoemoji/14.0/${codepoints.join("_")}/72.png">`;
|
||||
// https://fonts.gstatic.com/s/e/notoemoji/14.0/1f468_1f3fd_200d_1f91d_200d_1f468_1f3fc/72.png
|
||||
// https://fonts.gstatic.com/s/e/notoemoji/14.0/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc/72.png
|
||||
content += `<link rel="icon" type="image/png" href="https://fonts.gstatic.com/s/e/notoemoji/14.0/${codepoints.join("_")}/128.png">
|
||||
}
|
||||
}
|
||||
response.send(content);
|
||||
|
|
|
|||
Loading…
Reference in a new issue