From a43d9dce1a3f038a19d0c2b3849f217a8050af30 Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Fri, 6 Jan 2023 23:26:05 +0100 Subject: [PATCH] example: publicUrl --- example/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/example/package.json b/example/package.json index c5913ae..0d1940a 100644 --- a/example/package.json +++ b/example/package.json @@ -7,6 +7,7 @@ "watch": "parcel watch index.html", "build": "parcel build index.html" }, + "publicUrl": "/connect", "dependencies": { "@nostr-connect/connect": "^0.1.0", "nostr-tools": "^1.1.1",