Skip to content

Commit 720f070

Browse files
committed
chore: favicon 변경
1 parent a5ed555 commit 720f070

File tree

7 files changed

+1
-26
lines changed

7 files changed

+1
-26
lines changed
53.3 KB
Loading
362 KB
Loading
51.6 KB
Loading
-279 Bytes
Loading
890 Bytes
Loading

assets/img/favicons/favicon.ico

320 Bytes
Binary file not shown.
Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
---
2-
layout: compress
3-
---
4-
5-
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
6-
7-
{
8-
"name": "{{ site.title }}",
9-
"short_name": "{{ site.title }}",
10-
"description": "{{ site.description }}",
11-
"icons": [
12-
{
13-
"src": "{{ favicon_path }}/android-chrome-192x192.png",
14-
"sizes": "192x192",
15-
"type": "image/png"
16-
},
17-
{
18-
"src": "{{ favicon_path }}/android-chrome-512x512.png",
19-
"sizes": "512x512",
20-
"type": "image/png"
21-
}],
22-
"start_url": "{{ '/index.html' | relative_url }}",
23-
"theme_color": "#2a1e6b",
24-
"background_color": "#ffffff",
25-
"display": "fullscreen"
26-
}
1+
{"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"}

0 commit comments

Comments
 (0)