Skip to content

Commit 665676d

Browse files
committed
fix: preconnect 주소 수정
1 parent 4d1563b commit 665676d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<link rel="stylesheet" href="/fonts/pretendard/pretendard.css" />
77
<link
88
rel="preconnect"
9-
href="https://s3.ap-northeast-2.amazonaws.com"
9+
href="https://bofit-bucket.s3.ap-northeast-2.amazonaws.com"
1010
crossorigin />
11-
<link rel="dns-prefetch" href="https://s3.ap-northeast-2.amazonaws.com" />
11+
<link
12+
rel="dns-prefetch"
13+
href="https://bofit-bucket.s3.ap-northeast-2.amazonaws.com" />
1214
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1315
<title>IDUS</title>
1416
</head>

0 commit comments

Comments
 (0)