|
|
|
@ -21,7 +21,7 @@ export const initialGlobalState = async () => {
|
|
|
|
|
additionalScript: "",
|
|
|
|
|
memoDisplayWithUpdatedTs: false,
|
|
|
|
|
customizedProfile: {
|
|
|
|
|
name: "memos",
|
|
|
|
|
name: "Memos",
|
|
|
|
|
logoUrl: "/logo.png",
|
|
|
|
|
description: "",
|
|
|
|
|
locale: "en",
|
|
|
|
@ -37,7 +37,7 @@ export const initialGlobalState = async () => {
|
|
|
|
|
defaultGlobalState.systemStatus = {
|
|
|
|
|
...data,
|
|
|
|
|
customizedProfile: {
|
|
|
|
|
name: customizedProfile.name || "memos",
|
|
|
|
|
name: customizedProfile.name || "Memos",
|
|
|
|
|
logoUrl: customizedProfile.logoUrl || "/logo.png",
|
|
|
|
|
description: customizedProfile.description,
|
|
|
|
|
locale: customizedProfile.locale || "en",
|
|
|
|
|