Skip to content

Commit

Permalink
Fix title to be less than 70 chars.
Browse files Browse the repository at this point in the history
Add description tag.
  • Loading branch information
bosung90 committed Sep 23, 2023
1 parent 74abcc9 commit af22ac0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/routes/(home)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
</script>

<svelte:head>
<title>
Vancouver KDD - 저희는 밴쿠버 한인 개발자 디자이너로 이루어져 있으며 네트워킹 및 한인 사회에
기여를 추구하는 모임 입니다.
</title>
<title>Vancouver KDD | 밴쿠버 KDD | 한인 개발자 디자이너 모임</title>
<description>
저희는 밴쿠버 한인 개발자 디자이너로 이루어져 있으며 네트워킹 및 한인 사회에 기여를 추구하는
모임 입니다.
</description>
</svelte:head>

<div class="flex-col gap-10">
Expand Down

0 comments on commit af22ac0

Please sign in to comment.