damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 5ce68f9b2a3e1b12dd6511f501fd58bdb08b362e
parent 856ff538870396b03eb98a89ce3d31a5998595d7
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 12 Apr 2024 15:00:24 -0700

update build

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbuild | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/build b/build @@ -22,5 +22,9 @@ mv out "$OUT_DIR" # TODO: next doesn't seem to set this up properly. bug? mkdir -p "$OUT_DIR/purple/checkout" +mkdir -p "$OUT_DIR/purple/account" +mkdir -p "$OUT_DIR/purple/login" ln "$OUT_DIR/purple.html" "$OUT_DIR/purple/index.html" ln "$OUT_DIR/purple/checkout.html" "$OUT_DIR/purple/checkout/index.html" +ln "$OUT_DIR/purple/account.html" "$OUT_DIR/purple/account/index.html" +ln "$OUT_DIR/purple/login.html" "$OUT_DIR/purple/login/index.html"