Skip to content

Commit

Permalink
docs/config: remove extra commas in PublicGateways example entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesman authored and hacdias committed Nov 8, 2023
1 parent 4c16a40 commit 9c99ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ between content roots.
"PublicGateways": {
"dweb.link": {
"UseSubdomains": true,
"Paths": ["/ipfs", "/ipns"],
"Paths": ["/ipfs", "/ipns"]
}
}
}
Expand All @@ -776,7 +776,7 @@ between content roots.
"PublicGateways": {
"ipfs.io": {
"UseSubdomains": false,
"Paths": ["/ipfs", "/ipns", "/api"],
"Paths": ["/ipfs", "/ipns", "/api"]
}
}
}
Expand Down

0 comments on commit 9c99ad5

Please sign in to comment.