mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-09 02:54:23 +01:00
feat: return home page on any path
fix: clearConvo will remove all messages
This commit is contained in:
parent
5b8483828b
commit
7d43032a98
3 changed files with 10 additions and 32 deletions
|
|
@ -26,7 +26,7 @@
|
|||
/>
|
||||
<script
|
||||
defer
|
||||
src="main.js"
|
||||
src="/main.js"
|
||||
></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="main.js"
|
||||
src="/main.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue