Skip to content

Commit

Permalink
chore: update SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonian committed Oct 9, 2023
1 parent 43d3c0d commit b94d95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.

export const SITE_TITLE = 'Thinc Knowledgee';
export const SITE_DESCRIPTION = 'Thinc Knowledge';
export const SITE_TITLE = 'Thinc. Knowledge';
export const SITE_DESCRIPTION =
'แหล่งรวมความรู้ในการเริ่มต้นสำหรับการเริ่มต้นเป็น Developer ตั้งแต่ศูนย์จากบทความและ Roadmap ในการเริ่มต้นจากชมรม Thinc.';
2 changes: 1 addition & 1 deletion src/templates/Roadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BaseHead from '@/templates/BaseHead.astro';
type Props = CollectionEntry<'roadmap'>['data'];
const { title, description, pubDate, heroImage } = Astro.props;
const { title, description } = Astro.props;
---

<html lang="th">
Expand Down

0 comments on commit b94d95e

Please sign in to comment.