Skip to content

Commit

Permalink
docs: fix demo src
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-regalia committed Nov 2, 2023
1 parent db7c60e commit 488ab93
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@
background: #444;
color: #bbb
}

a {
color: blanchedalmond;
}

hr {
border: 1px solid #666;
}
</style>
<script type="module" crossorigin src="/assets/index-8e6401d6.js"></script>
<script type="module" crossorigin src="./assets/index-8e6401d6.js"></script>
</head>
<body>
<div id="app"></div>
Expand All @@ -44,9 +52,11 @@ <h3>
</h3>

<h3>
Github repo: <a href="https://github.com/SolarRepublic/wasm-secp256k1"></a>
Github repo: <a href="https://github.com/SolarRepublic/wasm-secp256k1">https://github.com/SolarRepublic/wasm-secp256k1</a>
</h3>

<br>

<table>
<tr>
<td>
Expand Down Expand Up @@ -119,6 +129,13 @@ <h3>
</tr>
</table>

<br>
<hr>
<br>

<footer>
Created by Blake Regalia.
</footer>
</body>
</html>

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default defineConfig(({mode:si_mode}) => ({
minify: false,
emptyOutDir: true,
},
base: './',
}));

0 comments on commit 488ab93

Please sign in to comment.