From af64ef956791cda04fc9855db665782554b1a3f2 Mon Sep 17 00:00:00 2001 From: Peterjah Date: Wed, 27 Aug 2025 12:53:37 +0200 Subject: [PATCH] fix missing coma in cli config json --- docs/deweb/cli/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deweb/cli/config.mdx b/docs/deweb/cli/config.mdx index ec067a632..5a77a59c0 100644 --- a/docs/deweb/cli/config.mdx +++ b/docs/deweb/cli/config.mdx @@ -16,7 +16,7 @@ Here’s a sample `deweb_cli_config.json` setup: "wallet_password": "your-wallet-password", "wallet_path": "your-wallet.yaml", "node_url": "https://mainnet.massa.net/api/v2", - "chunk_size": 64000 + "chunk_size": 64000, "metadatas": { "TITLE": "My Website", "DESCRIPTION": "This is my website",