We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1563b commit 665676dCopy full SHA for 665676d
index.html
@@ -6,9 +6,11 @@
6
<link rel="stylesheet" href="/fonts/pretendard/pretendard.css" />
7
<link
8
rel="preconnect"
9
- href="https://s3.ap-northeast-2.amazonaws.com"
+ href="https://bofit-bucket.s3.ap-northeast-2.amazonaws.com"
10
crossorigin />
11
- <link rel="dns-prefetch" href="https://s3.ap-northeast-2.amazonaws.com" />
+ <link
12
+ rel="dns-prefetch"
13
+ href="https://bofit-bucket.s3.ap-northeast-2.amazonaws.com" />
14
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15
<title>IDUS</title>
16
</head>
0 commit comments