Skip to content

Commit

Permalink
fix nextWiki port
Browse files Browse the repository at this point in the history
  • Loading branch information
xmaysonnave committed Jun 3, 2020
1 parent 7dcaff7 commit 950f86e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiddlywiki-ipfs",
"version": "v0.3.0-200603390",
"version": "v0.3.0-200603399",
"description": "IPFS with TiddlyWiki",
"main": "ipfs-bundle.js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions src/ipfs-saver.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ IPFS Saver
const nextWiki = $tw.ipfs.getUrl(wiki)
nextWiki.protocol = base.protocol
nextWiki.host = base.host
nextWiki.port = base.port
try {
var { cid, ipnsKey } = await $tw.ipfs.resolveUrl(false, true, wiki)
if (cid != null) {
Expand Down
6 changes: 3 additions & 3 deletions wiki/dev.html

Large diffs are not rendered by default.

Binary file modified wiki/dev.html.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions wiki/empty.html

Large diffs are not rendered by default.

Binary file modified wiki/empty.html.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions wiki/index.html

Large diffs are not rendered by default.

Binary file modified wiki/index.html.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions wiki/tiddlywiki-ipfs-plugin.json

Large diffs are not rendered by default.

Binary file modified wiki/tiddlywiki-ipfs-plugin.json.gz
Binary file not shown.

0 comments on commit 950f86e

Please sign in to comment.