Skip to content

Commit 9cfd984

Browse files
committed
fix: make index.html paths relative and add cache buster
1 parent 92601b7 commit 9cfd984

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<html lang="en" data-theme="night">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/cineaura.svg" />
5+
<link rel="icon" type="image/svg+xml" href="./cineaura.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>CineAura</title>
88
</head>
99
<body>
1010
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
11+
<script type="module" src="./src/main.tsx"></script>
1212
</body>
1313
</html>
14+
<- Add comprehensive documentation ( README, work_log ) deploy-test: Sat Feb 14 23:55:38 CET 2026 -->

0 commit comments

Comments
 (0)