Skip to content

Commit

Permalink
Change SNS share link url
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeda1103 committed Jun 16, 2021
1 parent a189827 commit 7649c94
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 소멸의 땅: 데이터 저널리즘에 기반한 인터렉티브 웹

> KBS 시사 다큐 '소멸의 땅'(2021년 4월 4일 KBS 시사기획 창 방영)의 [인터렉티브 웹](https://somyeol.kbs.co.kr/)입니다. (이전 작업 중)
> KBS 시사 다큐 '소멸의 땅'(2021년 4월 4일 KBS 시사기획 창 방영)의 [인터렉티브 웹](https://news.kbs.co.kr/special/somyeol/index.html)입니다.
## 목차

Expand All @@ -18,7 +18,7 @@

## 일반 정보

- 본 프로젝트는 지난 4월 4일 KBS 시사기획 창에서 방영한 '소멸의 땅'의 내용을 데이터 중심으로 정리한 인터렉티브 웹입니다. 다음 주소에서 웹사이트를 방문할 수 있습니다: [https://somyeol.kbs.co.kr/](https://somyeol.kbs.co.kr/)
- 본 프로젝트는 지난 4월 4일 KBS 시사기획 창에서 방영한 '소멸의 땅'의 내용을 데이터 중심으로 정리한 인터렉티브 웹입니다. 다음 주소에서 웹사이트를 방문할 수 있습니다: [https://news.kbs.co.kr/special/somyeol/index.html](https://news.kbs.co.kr/special/somyeol/index.html)
- 제 1장 '위기의 전조'에는 2019년 기준 빈집율의 단계를 읍면동 단위로 구분하여 나타내는 2D 인터렉티브 지도가 있습니다. 사용자는 궁금한 지역을 입력 또는 선택하여 해당 지역의 빈집율을 얻을 수 있습니다.
- 제 1장 '위기의 전조'에는 2019년 기준 지방소멸지수의 단계를 읍면동 단위로 구분하여 나타내는 2D 인터렉티브 지도가 있습니다. 사용자는 궁금한 지역을 입력 또는 선택하여 해당 지역의 지방소멸지수를 얻을 수 있습니다.
- 제 2장 '쏠림과 빨림'에는 인구에 따라 지도 면적을 왜곡하여 나타내는 카토그램이 있습니다. 사용자는 연도를 선택하여 시대에 따라 수도권과 비수도권의 인구밀집이 어떻게 변화하였는지 시각적으로 파악할 수 있습니다.
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta property="og:title" content="소멸의 땅, 지방은 어떻게 사라지나" />
<meta property="twitter:title" content="소멸의 땅, 지방은 어떻게 사라지나" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://news.kbs.co.kr/special/somyeol" />
<meta property="og:url" content="https://news.kbs.co.kr/special/somyeol/index.html" />
<meta property="og:description" content="소멸의 땅, 지방은 어떻게 사라지나" />
<meta property="og:image" content="./assets/og-image.jpg" />
<meta property="og:image:width" content="800" />
Expand Down
8 changes: 4 additions & 4 deletions src/components/Common/KaKao1.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ const KaKaoShare = ({ font, background, radius, padding }) => {
description: '#지방소멸 #균형발전 #지방 #소멸 #KBS #시사기획창 #수도권 #수도권공화국 #서울공화국 #블랙홀 #지역발전 #지방분권 #공멸 #저출산 #서울민국',
imageUrl: 'https://i.ibb.co/wYkJc1W/og-image.jpg',
link: {
mobileWebUrl: 'https://news.kbs.co.kr/special/somyeol',
webUrl: 'https://news.kbs.co.kr/special/somyeol',
mobileWebUrl: 'https://news.kbs.co.kr/special/somyeol/index.html',
webUrl: 'https://news.kbs.co.kr/special/somyeol/index.html',
},
},
buttons: [
{
title: '웹으로 보기',
link: {
mobileWebUrl: 'https://news.kbs.co.kr/special/somyeol',
webUrl: 'https://news.kbs.co.kr/special/somyeol',
mobileWebUrl: 'https://news.kbs.co.kr/special/somyeol/index.html',
webUrl: 'https://news.kbs.co.kr/special/somyeol/index.html',
},
},
],
Expand Down
8 changes: 4 additions & 4 deletions src/components/Common/KaKao2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ const KaKaoShare = ({ font, background, radius, padding }) => {
"#지방소멸 #균형발전 #지방 #소멸 #KBS #시사기획창 #수도권 #수도권공화국 #서울공화국 #블랙홀 #지역발전 #지방분권 #공멸 #저출산 #서울민국",
imageUrl: "https://i.ibb.co/wYkJc1W/og-image.jpg",
link: {
mobileWebUrl: "https://news.kbs.co.kr/special/somyeol",
webUrl: "https://news.kbs.co.kr/special/somyeol",
mobileWebUrl: "https://news.kbs.co.kr/special/somyeol/index.html",
webUrl: "https://news.kbs.co.kr/special/somyeol/index.html",
},
},
buttons: [
{
title: "웹으로 보기",
link: {
mobileWebUrl: "https://news.kbs.co.kr/special/somyeol",
webUrl: "https://news.kbs.co.kr/special/somyeol",
mobileWebUrl: "https://news.kbs.co.kr/special/somyeol/index.html",
webUrl: "https://news.kbs.co.kr/special/somyeol/index.html",
},
},
],
Expand Down
4 changes: 2 additions & 2 deletions src/components/Common/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Navbar = () => {
/>
{/* 페이스북 */}
<FacebookShareButton
url={"https://news.kbs.co.kr/special/somyeol"}
url={"https://news.kbs.co.kr/special/somyeol/index.html"}
quote={"소멸의 땅, 지방은 어떻게 사라지나"}
hashtag="#지방소멸"
style={{ outline: "none", margin: "0 28.3px" }}
Expand All @@ -111,7 +111,7 @@ const Navbar = () => {
</FacebookShareButton>
{/* 트위터 */}
<TwitterShareButton
url={"https://news.kbs.co.kr/special/somyeol"}
url={"https://news.kbs.co.kr/special/somyeol/index.html"}
quote={"소멸의 땅, 지방은 어떻게 사라지나"}
hashtag="#지방소멸"
style={{ outline: "none" }}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Common/SEO.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Image from "../../assets/images/mainBg.webp";

const SEO = (props) => {
let location = useLocation();
let currentUrl = `https://news.kbs.co.kr/special/somyeol/${location.pathname}`
let currentUrl = `https://news.kbs.co.kr/special/somyeol/index.html#/${location.pathname}`
let quote = props.quote !== undefined ? props.quote : "";
let title =
props.title !== undefined
Expand Down

0 comments on commit 7649c94

Please sign in to comment.