Skip to content

Commit f05dbf4

Browse files
authored
Merge pull request #6 from ClassConnect-org/dev
[DEPLOYMENT] Login basic homepage
2 parents 2f9ead1 + a0948ba commit f05dbf4

File tree

21 files changed

+657
-215
lines changed

21 files changed

+657
-215
lines changed

helm-chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ service:
1010
env:
1111
PORT: "80"
1212
ENVIRONMENT: "production"
13+
VITE_ADMIN_SERVICE_URL: "http://administration-microservice:8000"

index.html

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

0 commit comments

Comments
 (0)