Skip to content

Commit

Permalink
refactor(index.html): google map에 대한 preconnect 및 dns-prefetch 옵션 관련 …
Browse files Browse the repository at this point in the history
…link 태그 추가
  • Loading branch information
jinyoung234 committed Sep 25, 2024
1 parent 15be587 commit 633e50b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="chrome" content="nointentdetection" />

<link rel="preconnect" href="https://maps.googleapis.com" />
<link rel="preconnect" href="https://maps.gstatic.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://maps.googleapis.com" />
<link rel="dns-prefetch" href="https://maps.gstatic.com" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />

<title>to your route, 투룻</title>
</head>
<body>
Expand Down

0 comments on commit 633e50b

Please sign in to comment.