docs/config: remove extra commas in PublicGateways example entries
Jonas Keunecke committed
Nov 6, 2023 at 00:49 UTC
f17a06419355afbae3cdb1675675500fa5e17b9d
1 file changed
+2
-2
docs/config.md
+2
-2
@@ -761,7 +761,7 @@ between content roots.
761
"PublicGateways": {
762
"dweb.link": {
763
"UseSubdomains": true,
764
- "Paths": ["/ipfs", "/ipns"],
764
+ "Paths": ["/ipfs", "/ipns"]
765
}
766
}
767
}
@@ -776,7 +776,7 @@ between content roots.
776
"PublicGateways": {
777
"ipfs.io": {
778
"UseSubdomains": false,
779
- "Paths": ["/ipfs", "/ipns", "/api"],
779
+ "Paths": ["/ipfs", "/ipns", "/api"]
780
}
781
}
782
}