mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
feat: Frontend app title environment variable (#291)
* Add app name change support * fix indentation
This commit is contained in:
parent
782a899ab3
commit
44ea3601c9
6 changed files with 75 additions and 57 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="theme-color" content="#343541">
|
||||
<title>ChatGPT Clone</title>
|
||||
<title>%VITE_APP_TITLE%</title>
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href="#"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue