fix: brand static application title
This commit is contained in:
@@ -18,6 +18,19 @@ index 3d85f30..524f623 100644
|
||||
WEBUI_BUILD_HASH = os.getenv('WEBUI_BUILD_HASH', 'dev-build')
|
||||
TRUSTED_SIGNATURE_KEY = os.getenv('TRUSTED_SIGNATURE_KEY', '')
|
||||
|
||||
diff --git a/src/app.html b/src/app.html
|
||||
index bc3fc37..c2a42a1 100644
|
||||
--- a/src/app.html
|
||||
+++ b/src/app.html
|
||||
@@ -115,7 +115,7 @@
|
||||
})();
|
||||
</script>
|
||||
|
||||
- <title>Open WebUI</title>
|
||||
+ <title>K1412 Agent</title>
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
|
||||
index 2926448..d1a4c47 100644
|
||||
--- a/src/lib/constants.ts
|
||||
|
||||
Reference in New Issue
Block a user