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

[ Feat ] 뷰저블 적용 #186

merged 1 commit into from
Aug 22, 2024

Conversation

suwonthugger
Copy link
Member

@suwonthugger suwonthugger commented Aug 22, 2024

🔥 Related Issues

✅ 작업 리스트

  • 뷰저블 트래킹 코드 추가
  • 메타 태그 Morib -> 모립 한글로 변경 및 언어 ko로 변경

🔧 작업 내용

뷰저블 트래킹 코드 추가

  • 뷰저블 트래킹 코드는 바디태그 앞에 간단하게 추가해주면 적용이됩니다..!
    https://www.beusable.net/blog/?p=1906
    공식 홈페이지 문서를 참고했습니다.
<!doctype html>
<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>모립</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: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>
  </body>
</html>

🧐 새로 알게된 점

🤔 궁금한 점

📸 스크린샷 / GIF / Link

다음과 같이 등록해두어었습니다.

image

@suwonthugger suwonthugger added the ✨ Feature 기능 개발 label Aug 22, 2024
@suwonthugger suwonthugger self-assigned this Aug 22, 2024
@suwonthugger suwonthugger linked an issue Aug 22, 2024 that may be closed by this pull request
1 task
Copy link
Member

@KIMGEONHWI KIMGEONHWI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@seueooo seueooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@suwonthugger suwonthugger merged commit 74b9436 into develop Aug 22, 2024
1 check passed
@suwonthugger suwonthugger deleted the feat/#185/beusable branch September 29, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ Feat ] 뷰저블 적용
3 participants