Pre-commit

This commit is contained in:
rjmacarthy
2023-01-20 09:44:06 +00:00
parent 9b659191ca
commit f09eee1ce7
+1 -1
View File
@@ -4,4 +4,4 @@ export const getDefaultStaticProps = async ({ locale }) => ({
props: { props: {
...(await serverSideTranslations(locale)), ...(await serverSideTranslations(locale)),
}, },
}); });