Skip to content

Commit

Permalink
Merge pull request #33 from permaweb/jfrain99/absolute-path
Browse files Browse the repository at this point in the history
fix(specs): make absolute path
  • Loading branch information
jfrain99 authored Oct 22, 2024
2 parents 929216f + b369354 commit d4ab8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>
<body data-theme="arweave">
<div id="app"></div>
<script type="module" src="./src/index.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>

0 comments on commit d4ab8c6

Please sign in to comment.