From 11fa6f7bd4c9b6a304c55c90f458697dd8ee4048 Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Mon, 17 Jun 2024 16:52:16 -0700 Subject: [PATCH] docs: add tip about adding default source id --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3253ed0..c1062709 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ npm run start Upon installation, configure the app using an API key generated via the imgix [Dashboard](https://dashboard.imgix.com/api-keys). **Ensure that the generated key has the following permissions: `Sources` and `Asset Manager Browse`.** +> [!TIP] +> You can also optionally configure a default Source ID for the app to use. When configured, you'll have to click the Sources dropdown to select an asset from a different source. + Following the instructions on the screen, enter in the API key and press `Verify`. If the key is valid, you will receive a notification that the key has been successfully verified. If verification fails, you will need to ensure that the key was entered correctly. @@ -382,4 +385,3 @@ export const query = graphql` } `; ``` -