커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
공유 링크 자바스크립트 수정
undefined주차
북마크
전*진
댓글
1
추천
0
조회수
6
조회수
6
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



        <meta property="og:title" content="훈민궁 - 프로필 링크" />

        <meta property="og:description" content="수제 생 양갱 훈민궁입니다." />

        <meta property="og:image" content="일러스트.png" />


링크 공유 시 나타나는 사진과 제목 부제목 같은 자바스크립트 부분을 수정했는데

사이트 공유시에는 계속 르탄이로 나와서요 이미지도 않나오고 ㅜㅜ

어떤 부분을 수정해야하나요?


보고 계신 화면

<!DOCTYPE html>

<html>

    <head>

        <!-- 웹페이지 보이지는 않지만, 필요한 설정을 해두는 곳이에요.

             우리가 집을 위해 미리 생각 해놓은 것을 적어두는 곳이라고 할 수 있죠!-->

        <meta charset="UTF-8" />

        <meta http-equiv="X-UA-Compatible" content="IE=edge" />

        <meta name="viewport" content="width=device-width, initial-scale=1.0" />

        <meta property="og:title" content="훈민궁 - 프로필 링크" />

        <meta property="og:description" content="수제 생 양갱 훈민궁입니다." />

        <meta property="og:image" content="일러스트.png" />

        <title>훈민궁 - 프로필 링크</title>

        <style>

            @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

            * {

                font-family: "Pretendard",serif;

            }

            body {

                background-color: darkorange;

            }

            .profile{

                width: 100px;

                height: 100px;


                border: 2px solid black;


                background-position: center;

                background-size: cover;

                background-image: url('프로필.png')

            }

            .main{

                color:white;

                font-size: 20px;

                margin-top: 30px;

                margin-bottom: 10px;


            }

            .sub{color:white;

                font-size: 14px;

                margin-top: 0;

                margin-bottom: 30px;


            }

            .wrap{

                width: 300px;

                margin: 30px auto 0px auto;


                display: flex;

                flex-direction: column;

                justify-content: center;

                align-items: center;

            }

            .wrap > a {

                width: 300px;

                height: 50px;


                background-color: white;

                border-radius: 8px;


                margin-bottom: 10px;


                font-size: 16px;

                font-weight: bold;

                color: black;


                display: flex;

                flex-direction: column;

                justify-content: center;

                align-items: center;    

               

                text-decoration: none;

                box-shadow: 3px 3px 5px 0px black;


            }

            .wrap > a:hover {

                background-color: #f2f2f2;

                font-size: 20px;


            }

        </style>

    </head>

    <body>

        <div class="wrap">

            <div class="profile"></div>

            <h1 class="main">훈민궁</h1>

            <p class="sub">수제 생 양갱</p>

            <a target="_blank" href="https://spartacodingclub.kr/">훈민궁 홈페이지</a>

            <a target="_blank" href="https://hanghae99.spartacodingclub.kr/">인스타그램</a>

            <a target="_blank" href="https://chang.spartacodingclub.kr/">네이버 스토어팜</a>

            <a target="_blank" href="https://ddingdong.spartacodingclub.kr/">구입 및 안내사항</a>


        </div>

       


    </body>

</html>전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.







취소
 공유
취소
댓글 0
댓글 알림
나의얼굴