From e7b12fad812e5e0205cc9c877d98384bf02c7979 Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Fri, 6 Jan 2023 23:30:41 +0100 Subject: [PATCH] example: publicUrl --- example/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 0d1940a..46460b9 100644 --- a/example/package.json +++ b/example/package.json @@ -5,9 +5,8 @@ "scripts": { "start": "parcel --no-cache index.html", "watch": "parcel watch index.html", - "build": "parcel build index.html" + "build": "parcel build --public-url /connect index.html" }, - "publicUrl": "/connect", "dependencies": { "@nostr-connect/connect": "^0.1.0", "nostr-tools": "^1.1.1",