mirror of
https://github.com/inpharmaticist/inpharmaticist.github.io.git
synced 2026-04-26 08:44:03 +00:00
Update nostr-contact.html
try dummy
This commit is contained in:
@@ -124,7 +124,8 @@
|
|||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
// jsonify ensures proper quoting for JavaScript
|
// jsonify ensures proper quoting for JavaScript
|
||||||
const RECIPIENT_NPUB = {{ .Get "npub" | default "npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w" | jsonify }};
|
const RECIPIENT_NPUB = "npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6";
|
||||||
|
|
||||||
const RELAYS = {{ .Get "relays" | default `["wss://relay.damus.io","wss://nos.lol"]` | jsonify }};
|
const RELAYS = {{ .Get "relays" | default `["wss://relay.damus.io","wss://nos.lol"]` | jsonify }};
|
||||||
|
|
||||||
console.log("Debug - npub:", RECIPIENT_NPUB);
|
console.log("Debug - npub:", RECIPIENT_NPUB);
|
||||||
|
|||||||
Reference in New Issue
Block a user