From 4da282996680eed2f338ee54b4df532cd15aa2db Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Mon, 17 Jul 2023 10:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20ssr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/chat/index.page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/chat/index.page.tsx b/src/pages/chat/index.page.tsx index f75a94e258..f62b86d320 100644 --- a/src/pages/chat/index.page.tsx +++ b/src/pages/chat/index.page.tsx @@ -1,7 +1 @@ -import { serverSideTranslations } from 'next-i18next/serverSideTranslations'; - export { default } from './[id]/index.page'; - -export const getStaticPaths = async (context: any) => ({ - props: await serverSideTranslations(context.locale), -});