From 6736e01f4b8e9898080c64ff2d9e7ca9f692cac2 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Tue, 14 May 2024 21:46:23 -0400 Subject: [PATCH] custom index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e562dc..16dc420 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ The `bos.config.json` file consists of a base configuration that defines default * `uploadApiHeaders`: Any additional headers to send with IPFS upload API requests. * `format`: (Optional) Indicates whether to format code on build. Default value is `true`. * `aliases`: (Optional) Provides a list of alias files to use for replacing network-specific values with correct overrides. +* `index`: (Optional) Default widget src to use when using a custom gateway dist. ---