fix some error edge cases

This commit is contained in:
Ben Phelps 2022-09-28 22:40:54 +03:00
parent 57e4ca355b
commit a10a30a22c
2 changed files with 8 additions and 2 deletions

View file

@ -62,6 +62,12 @@ export async function getStaticProps() {
return {
props: {
initialSettings: {},
fallback: {
"/api/services": [],
"/api/bookmarks": [],
"/api/widgets": [],
"/api/hash": false,
},
...(await serverSideTranslations("en")),
},
};