fix: render configured webapp title on entry

This commit is contained in:
3252a8
2026-06-05 15:55:38 +03:00
parent 4b2faa87bb
commit 7700b294b7
7 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
export let onTranslationsSaved = () => {};
export let routePrefix = "";
export let brand = {};
export let brandTitle = "/minishop";
export let brandTitle = "Subscription";
export let appFaviconUrl = "";
export let appFaviconUseCustom = false;
export let appVersion = "dev+local";