1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-19 21:20:54 +01:00

Minor fix

This commit is contained in:
Marvin Sextro 2021-07-02 23:31:49 +02:00
parent 50142da956
commit c9390b6277

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'])),