diff --git a/apps/landing/src/app/[locale]/page.tsx b/apps/landing/src/app/[locale]/page.tsx index d0500fa9e..c9cdc1955 100644 --- a/apps/landing/src/app/[locale]/page.tsx +++ b/apps/landing/src/app/[locale]/page.tsx @@ -39,6 +39,7 @@ export async function generateMetadata({ ns: "home", }), description: t("metaDescription", { + ns: "home", defaultValue: "Create polls and vote to find the best day or time. A free alternative to Doodle.", }), diff --git a/turbo.json b/turbo.json index aece17045..55c404fb7 100644 --- a/turbo.json +++ b/turbo.json @@ -56,7 +56,7 @@ }, "i18n:scan": { "inputs": ["src/**", "i18next-scanner.config.js"], - "outputs": ["public/locales/**"] + "outputs": ["public/locales/**", "locales/**"] }, "format": { "cache": false