Skip to content

Commit c020f77

Browse files
checking the logs
1 parent 184f869 commit c020f77

File tree

12 files changed

+1429
-716
lines changed

12 files changed

+1429
-716
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
VITE_API_URL=https://chat-io-v3p1.onrender.com
22
VITE_AUTH0_DOMAIN=dev-dx27jbe3mbi703a0.us.auth0.com
33
VITE_AUTH0_CLIENT_ID=gu0WE2XDEWRAJ3lSzKRjxsj6Uw41coNR
4+
VITE_FALLBACK_API_URL=https://chat-io-backup.onrender.com
5+
VITE_FALLBACK_API_URL2=https://chat-io-fallback2.onrender.com
6+
VITE_FALLBACK_API_URL3=https://chat-io-fallback3.onrender.com

index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
8-
</head>
9-
<body>
10-
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Codekori AI</title>
9+
<link rel="shortcut icon" href="./logo.png" type="image/x-icon">
10+
</head>
11+
12+
<body>
13+
<div id="root"></div>
14+
<script type="module" src="/src/main.tsx"></script>
15+
</body>
16+
17+
</html>

public/discord-icon-svgrepo-com.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)