From 488ab930242b1df14a34ab46f69aa4d7663099eb Mon Sep 17 00:00:00 2001 From: Blake Regalia Date: Thu, 2 Nov 2023 11:53:44 -0700 Subject: [PATCH] docs: fix demo src --- docs/index.html | 21 +++++++++++++++++++-- vite.config.ts | 1 + 2 files changed, 20 insertions(+), 2 deletions(-) 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: './', }));