diff --git a/src/pages/about-page.tsx b/src/pages/about-page.tsx index 7235e6976..a4432f659 100644 --- a/src/pages/about-page.tsx +++ b/src/pages/about-page.tsx @@ -17,7 +17,7 @@ const AboutPage: NextPage<{ data: string }> = () => { ); }; -export async function getServerSideProps({ locale, locales, req }) { +export async function getServerSideProps({ query, locale, locales, req }) { locale = GetLocale(req, locale, locales); query = JSON.parse(query.props); return {