Skip to content

Commit

Permalink
Correct html paths for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Dec 21, 2024
1 parent 0d0ff67 commit eefc0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
<link rel="shortcut icon" type="image/ico" href="src/assets/favicon.ico" />
<title>Sandbox Playground</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="prose p-6"></div>

<script src="/src/index.tsx" type="module"></script>
<script src="src/index.tsx" type="module"></script>
</body>
</html>

0 comments on commit eefc0ea

Please sign in to comment.