Minor fix

This commit is contained in:
Marvin Sextro 2021-07-02 23:31:49 +02:00
parent 50142da956
commit c9390b6277
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function Index(): JSX.Element {
)
}
export async function getStaticProps({ locale }) {
export async function getServerSideProps({ locale }) {
return {
props: {
...(await serverSideTranslations(locale, ['common', 'index', 'errors'])),