@cryptotaxi247 / kubo / commits / 9c99ad5c7

docs/config: remove extra commas in PublicGateways example entries

Jonas Keunecke committed Nov 6, 2023 at 00:49 UTC 9c99ad5c71fbdfd7f255d670a83f76cdf88792af
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 }