Skip to content

Commit 950f86e

Browse files
committed
fix nextWiki port
1 parent 7dcaff7 commit 950f86e

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiddlywiki-ipfs",
3-
"version": "v0.3.0-200603390",
3+
"version": "v0.3.0-200603399",
44
"description": "IPFS with TiddlyWiki",
55
"main": "ipfs-bundle.js",
66
"directories": {

src/ipfs-saver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ IPFS Saver
8888
const nextWiki = $tw.ipfs.getUrl(wiki)
8989
nextWiki.protocol = base.protocol
9090
nextWiki.host = base.host
91+
nextWiki.port = base.port
9192
try {
9293
var { cid, ipnsKey } = await $tw.ipfs.resolveUrl(false, true, wiki)
9394
if (cid != null) {

wiki/dev.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

wiki/dev.html.gz

11 Bytes
Binary file not shown.

wiki/empty.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

wiki/empty.html.gz

12 Bytes
Binary file not shown.

wiki/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

wiki/index.html.gz

9 Bytes
Binary file not shown.

wiki/tiddlywiki-ipfs-plugin.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

wiki/tiddlywiki-ipfs-plugin.json.gz

11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)