diff --git a/.storybook/main.ts b/.storybook/main.ts index cfa9176163a..7fc65a2c201 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -77,5 +77,8 @@ const config: StorybookConfig = { reactDocgen: "react-docgen-typescript", }, + features: { + experimentalRSC: true, + }, } export default config diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 26dfd6cf9cd..816818b7c5e 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -447,7 +447,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
-- {t("page-index:page-index-description")} + {t("page-index-description")}