add a favicon.

This commit is contained in:
fiatjaf 2023-04-05 16:45:15 -03:00
parent f26b6ab697
commit 29a3183d33
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 1 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -5,6 +5,7 @@ cloudflare:
rm -fr cf rm -fr cf
mkdir -p cf/target/esbuild mkdir -p cf/target/esbuild
cp index.html cf/ cp index.html cf/
cp favicon.ico cf/
cp target/esbuild/bundle.js cf/target/esbuild cp target/esbuild/bundle.js cf/target/esbuild
wrangler pages publish cf --project-name nostr-army-knife --branch master wrangler pages publish cf --project-name nostr-army-knife --branch master
rm -fr cf rm -fr cf