Skip to content

Commit

Permalink
Merge pull request #186 from morib-in/feat/#185/beusable
Browse files Browse the repository at this point in the history
[ Feat ] 뷰저블 적용
  • Loading branch information
suwonthugger authored Aug 22, 2024
2 parents c73cb89 + e5a7aed commit 74b9436
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
<!doctype html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo_icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Morib" />
<meta name="description" content="당신의 온전한 몰입을 위한 작업공간. 몰입" />
<title>Morib</title>
<meta name="description" content="당신의 온전한 몰입을 위한 작업공간. 모립" />
<title>모립</title>

<meta property="og:locale" content="ko_KR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.morib.in" />
<meta property="og:title" content="Morib" />
<meta property="og:image" content="https://www.morib.in/morib_miri.png" />
<meta property="og:description" content="당신의 온전한 몰입을 위한 작업공간. 몰입" />
<meta property="og:description" content="당신의 온전한 몰입을 위한 작업공간. 모립" />
<meta property="og:site_name" content="Morib" />

</head>

<script type="text/javascript">
(function(w, d, a){
w.__beusablerumclient__ = {
load : function(src){
var b = d.createElement("script");
b.src = src; b.async=true; b.type = "text/javascript";
d.getElementsByTagName("head")[0].appendChild(b);
}
};w.__beusablerumclient__.load(a + "?url=" + encodeURIComponent(d.URL));
})(window, document, "//rum.beusable.net/load/b240822e231016u809");
</script>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down

0 comments on commit 74b9436

Please sign in to comment.