mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 01:16:27 +00:00
chore(favicon): update favicon url from local to remote cdn on cf-r2
This commit is contained in:
parent
9d8157f3a8
commit
2a2cab8861
@ -1 +1,11 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
BIN
assets/toshiki-notebook-favicon/android-chrome-192x192.png
Normal file
BIN
assets/toshiki-notebook-favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/toshiki-notebook-favicon/android-chrome-512x512.png
Normal file
BIN
assets/toshiki-notebook-favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
assets/toshiki-notebook-favicon/apple-touch-icon.png
Normal file
BIN
assets/toshiki-notebook-favicon/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/toshiki-notebook-favicon/favicon-16x16.png
Normal file
BIN
assets/toshiki-notebook-favicon/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 766 B |
BIN
assets/toshiki-notebook-favicon/favicon-32x32.png
Normal file
BIN
assets/toshiki-notebook-favicon/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/toshiki-notebook-favicon/favicon.ico
Normal file
BIN
assets/toshiki-notebook-favicon/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
11
assets/toshiki-notebook-favicon/site.webmanifest
Normal file
11
assets/toshiki-notebook-favicon/site.webmanifest
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
@ -19,7 +19,7 @@ export const head: HeadConfig[] = [
|
||||
],
|
||||
// <script src="https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js"></script>
|
||||
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['link', { rel: 'icon', href: 'https://r2.toshiki.dev/cdn/toshiki-notebook-favicon/favicon.ico' }],
|
||||
['meta', { name: 'author', content: 'Anda Toshiki' }],
|
||||
[
|
||||
'meta',
|
||||
|
||||
@ -1 +1,11 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user