Skip to content

Commit 99505eb

Browse files
committed
fix: update asset paths in index.html for correct referencing
1 parent 23e3125 commit 99505eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="icon" type="image/x-icon" href="/assets/logo-P1IZpjtp.png">
7+
<link rel="icon" type="image/x-icon" href="/rootsofunity-website/assets/logo-P1IZpjtp.png">
88
<title>Roots of Unity</title>
9-
<script type="module" crossorigin src="/assets/index-CRGmvQLH.js"></script>
10-
<link rel="stylesheet" crossorigin href="/assets/index-DEUlOolC.css">
9+
<script type="module" crossorigin src="/rootsofunity-website/assets/index-CRGmvQLH.js"></script>
10+
<link rel="stylesheet" crossorigin href="/rootsofunity-website/assets/index-DEUlOolC.css">
1111
</head>
1212
<body>
1313
<div id="root"></div>

0 commit comments

Comments
 (0)