Skip to content

Commit

Permalink
fix: add hreflang to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 29, 2024
1 parent 3019692 commit a154714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export const metadata: Metadata = {
types: {
"application/rss+xml": "/feed.xml",
},
languages: {
"x-default": url.toString(),
"en-SG": url.toString(),
en: url.toString(),
},
},
};

Expand Down

0 comments on commit a154714

Please sign in to comment.