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:
parent
50142da956
commit
c9390b6277
@ -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'])),
|
||||
|
Loading…
x
Reference in New Issue
Block a user