Update nostr-contact.html

try another
This commit is contained in:
inpharmaticist
2026-03-27 20:12:58 -07:00
committed by GitHub
parent 5b7e2e4611
commit dbd84dda59

View File

@@ -128,8 +128,7 @@
<script src="https://unpkg.com/nostr-tools@1.17.0/lib/nostr.bundle.js"></script> <script src="https://unpkg.com/nostr-tools@1.17.0/lib/nostr.bundle.js"></script>
<script> <script>
(function() { (function() {
const RECIPIENT_NPUB = {{ .Get "npub" | default "npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w" | jsonify }}; const RECIPIENT_NPUB = "{{ .Get "npub" | default "npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w" }}";
const RELAYS = {{ .Get "relays" | default `["wss://relay.damus.io","wss://nos.lol"]` | safeJS }}; const RELAYS = {{ .Get "relays" | default `["wss://relay.damus.io","wss://nos.lol"]` | safeJS }};
let RECIPIENT_HEX; let RECIPIENT_HEX;