mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07: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