Skip to content

Commit

Permalink
chore: 변경안 된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Nov 17, 2024
1 parent 41bbaac commit 862dbed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.plandy.info/">
<link rel="alternate" href="https://www.plandy.info/" hreflang="en-US">
<link rel="alternate" href="https://www.plandy.info/kr" hreflang="ko-KR">
<link rel="alternate" href="https://www.plandy.info/jp" hreflang="ja-JP">
<link rel="canonical" href="https://www.plandy.case-d.com/">
<link rel="alternate" href="https://www.plandy.case-d.com/" hreflang="en-US">
<link rel="alternate" href="https://www.plandy.case-d.com/kr" hreflang="ko-KR">
<link rel="alternate" href="https://www.plandy.case-d.com/jp" hreflang="ja-JP">
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png">
Expand All @@ -27,9 +27,9 @@
<meta name="Description" content="Simple schedule planner with Apple CloudKit.">
<meta property="og:title" content="Plandy">
<meta property="og:description" content="Simple schedule planner with Apple CloudKit.">
<meta property="og:url" content="https://www.plandy.info/">
<meta property="og:url" content="https://www.plandy.case-d.com/">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://www.plandy.info/images/open_graph_logo.png">
<meta property="og:image" content="https://www.plandy.case-d.com/images/open_graph_logo.png">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Plandy">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
Expand All @@ -41,18 +41,18 @@
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@id": "https://www.plandy.info/#website",
"@id": "https://www.plandy.case-d.com/#website",
"@type": "WebSite",
"url": "https://www.plandy.info/",
"url": "https://www.plandy.case-d.com/",
"name": "Plandy"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@id": "https://www.plandy.info/#webpage",
"@id": "https://www.plandy.case-d.com/#webpage",
"@type": "WebPage",
"url": "https://www.plandy.info/",
"url": "https://www.plandy.case-d.com/",
"name": "Plandy"
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Plan Mate",
"name": "Plandy",
"icons": [
{
"src": "/android-icon-36x36.png",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function PrivacyPage() {
</HashBlock>
<HashBlock
title="Contact"
description="For opinions, questions, complaints, or other inquiries regarding the handling of user information related to the privacy policy of the Service, please contact us using the email(plandy.official@gmail.com)."
description="For opinions, questions, complaints, or other inquiries regarding the handling of user information related to the privacy policy of the Service, please contact us using the email(support@case-d.com)."
to="/privacy#contact"
/>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function TermsPage() {
/>
<HashBlock
title="Contact"
description="If you have any comments, questions, complaints, or other inquiries regarding the handling of user information regarding the terms of use of this service, please contact us using the email(plandy.official@gmail.com)."
description="If you have any comments, questions, complaints, or other inquiries regarding the handling of user information regarding the terms of use of this service, please contact us using the email(support@case-d.com)."
to="/terms#contact"
/>
</Box>
Expand Down

0 comments on commit 862dbed

Please sign in to comment.