We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac18ec9 commit daf4bf6Copy full SHA for daf4bf6
index.html
@@ -2,7 +2,7 @@
2
<html lang="ko">
3
<head>
4
<meta charset="utf-8" />
5
- <link rel="icon" href="/favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="/logo.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="theme-color" content="#000000" />
8
@@ -43,7 +43,9 @@
43
<script type="module" src="/src/main.jsx"></script>
44
</head>
45
<body>
46
- <noscript>공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼</noscript>
+ <noscript
47
+ >공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼</noscript
48
+ >
49
<div id="root"></div>
50
</body>
51
</html>
0 commit comments