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",