From f17a06419355afbae3cdb1675675500fa5e17b9d Mon Sep 17 00:00:00 2001 From: Jonas Keunecke Date: Mon, 6 Nov 2023 00:49:12 +0100 Subject: [PATCH] docs/config: remove extra commas in PublicGateways example entries --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } } }