diff --git a/content/development/asset-town-figma-plugin/content.mdx b/content/development/asset-town-figma-plugin/content.mdx index 583ca40..1d8e8af 100644 --- a/content/development/asset-town-figma-plugin/content.mdx +++ b/content/development/asset-town-figma-plugin/content.mdx @@ -98,7 +98,10 @@ featured: true "enableProposedApi": false, "editorType": ["figma", "figjam"], "networkAccess": { - "allowedDomains": ["https://cdn.sanity.io", https://{YOUR SANITY PROJECT ID}.apicdn.sanity.io] + "allowedDomains": [ + "https://cdn.sanity.io", + "https://{YOUR SANITY PROJECT ID}.apicdn.sanity.io" + ] } } ```