mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
🐛 fix: Fix ssr
This commit is contained in:
@@ -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),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user