Skip to content

Commit

Permalink
refactor: preload 코드 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed Nov 12, 2023
1 parent 06cb35c commit 5665ed7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=fallback"
rel="preload"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=fallback"
rel="stylesheet"
as="font"
onload="this.onload=null; this.rel='stylesheet'"
/>
<title>카페인: 편리한 전기차 충전소 지도</title>
</head>
Expand Down

0 comments on commit 5665ed7

Please sign in to comment.