We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ffa56 commit a504844Copy full SHA for a504844
src/components/Seo.tsx
@@ -19,6 +19,8 @@ export interface SeoProps {
19
20
const deployedTranslations = [
21
'en',
22
+ 'zh-hans',
23
+ 'es',
24
// We'll add more languages when they have enough content.
25
];
26
0 commit comments