diff --git a/docs/index.html b/docs/index.html index 4c7a1f0..b55be3d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,8 +24,16 @@ background: #444; color: #bbb } + + a { + color: blanchedalmond; + } + + hr { + border: 1px solid #666; + } - +
@@ -44,9 +52,11 @@

- Github repo: + Github repo: https://github.com/SolarRepublic/wasm-secp256k1

+
+
@@ -119,6 +129,13 @@

+
+
+
+ + diff --git a/vite.config.ts b/vite.config.ts index ae7afec..6e4b436 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,4 +7,5 @@ export default defineConfig(({mode:si_mode}) => ({ minify: false, emptyOutDir: true, }, + base: './', }));