Skip to content

Commit 1671107

Browse files
CHORE: Force cache bust in index.html
1 parent 9141054 commit 1671107

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

index.html

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Career Guidance Chatbot</title>
7-
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
8-
<script>
9-
(function(l) {
10-
if (l.search && l.search[1] === '/') {
11-
var decoded = l.search.slice(1).split('&').map(function(s) {
12-
return s.replace(/~and~/g, '&');
13-
}).join('?');
14-
window.history.replaceState(null, null, l.pathname.replace(/\/$/, '') + decoded + l.hash);
15-
}
16-
}(window.location));
17-
</script>
18-
<script src="./runtime-config.js"></script>
19-
<script type="module" crossorigin src="/myAIchatbotProject/assets/index-BNZfCTGi.js"></script>
20-
<link rel="stylesheet" crossorigin href="/myAIchatbotProject/assets/index-BHQWbmWP.css">
21-
</head>
22-
<body>
23-
<div id="root"></div>
24-
</body>
25-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Career Guidance Chatbot</title>
8+
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
9+
<script>
10+
(function (l) {
11+
if (l.search && l.search[1] === '/') {
12+
var decoded = l.search.slice(1).split('&').map(function (s) {
13+
return s.replace(/~and~/g, '&');
14+
}).join('?');
15+
window.history.replaceState(null, null, l.pathname.replace(/\/$/, '') + decoded + l.hash);
16+
}
17+
}(window.location));
18+
</script>
19+
<script src="./runtime-config.js"></script>
20+
<script type="module" crossorigin src="/myAIchatbotProject/assets/index-BNZfCTGi.js?v=bust2"></script>
21+
<link rel="stylesheet" crossorigin href="/myAIchatbotProject/assets/index-BHQWbmWP.css?v=bust2">
22+
</head>
23+
24+
<body>
25+
<div id="root"></div>
26+
</body>
27+
28+
</html>

0 commit comments

Comments
 (0)