Skip to content

Commit 1e71c61

Browse files
committed
changes
1 parent ad51397 commit 1e71c61

File tree

6 files changed

+126
-921
lines changed

6 files changed

+126
-921
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>browserstack-demo</title>
7-
<meta name="description" content="Browserstack Demo Project" />
7+
<meta name="description" content="Test Case Selection Demo Project" />
88
<meta name="author" content="cia-dev" />
99

10-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
11-
<meta property="og:title" content="Browserstack Demo" />
12-
<meta property="og:description" content="Browserstack Demo Project" />
10+
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
11+
<meta property="og:title" content="Test Case Selection Demo" />
12+
<meta property="og:description" content="Test Case Selection Demo Project" />
1313
<meta property="og:type" content="website" />
14-
<meta property="og:image" content="/favicon.svg" />
14+
<meta property="og:image" content="./favicon.svg" />
1515

1616
<!-- GitHub Pages SPA redirect handling -->
1717
<script>
@@ -30,6 +30,6 @@
3030

3131
<body>
3232
<div id="root"></div>
33-
<script type="module" src="/src/main.tsx"></script>
33+
<script type="module" src="./src/main.tsx"></script>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)