mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
fix some error edge cases
This commit is contained in:
parent
57e4ca355b
commit
a10a30a22c
2 changed files with 8 additions and 2 deletions
|
@ -62,6 +62,12 @@ export async function getStaticProps() {
|
|||
return {
|
||||
props: {
|
||||
initialSettings: {},
|
||||
fallback: {
|
||||
"/api/services": [],
|
||||
"/api/bookmarks": [],
|
||||
"/api/widgets": [],
|
||||
"/api/hash": false,
|
||||
},
|
||||
...(await serverSideTranslations("en")),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue