Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Feat ] 뷰저블 적용 #186

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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