diff --git a/docs/config.md b/docs/config.md index 1c8b0ed8671..630532381b5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -761,7 +761,7 @@ between content roots. "PublicGateways": { "dweb.link": { "UseSubdomains": true, - "Paths": ["/ipfs", "/ipns"], + "Paths": ["/ipfs", "/ipns"] } } } @@ -776,7 +776,7 @@ between content roots. "PublicGateways": { "ipfs.io": { "UseSubdomains": false, - "Paths": ["/ipfs", "/ipns", "/api"], + "Paths": ["/ipfs", "/ipns", "/api"] } } }