Skip to content

Commit

Permalink
Merge pull request #172 from GDSC-PKNU-21-22/fix/#169
Browse files Browse the repository at this point in the history
Fix/#169: manifest.json 경로 추가
  • Loading branch information
hwinkr authored Aug 23, 2023
2 parents 736f15f + bcab734 commit 3b65663
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
href="icons/icon-152x152.png"
sizes="152x152"
/>
<link
rel="apple-touch-icon"
href="icons/icon-152x152.png"
sizes="152x152"
/>
<link rel="manifest" href="manifest.json" />
<meta
name="viewport"
content="height=device-height, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
Expand Down

0 comments on commit 3b65663

Please sign in to comment.