You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/2025-10-23-redesigned-publisher-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Based on what we’ve established so far, we can draw the following:
61
61
**Key flow steps:**
62
62
63
63
1. Publisher customizes through the interface (the `frontend` module) → Configuration stored as JSON (keyed by wallet address + preset tag e.g., ($ilp.link/your-wallet)", "version1").
64
-
2. Publisher pastes the generated embed script into into the page `<body />`
64
+
2. Publisher pastes the generated embed script into the page `<body />`
65
65
3. Visitor loads page with embed script → Script loads from `cdn` module
66
66
4. Script fetches configuration → `api` retrieves stored JSON and returns it
67
67
5. Script renders the Tool → Instantiates Web Component from `components` with fetched configuration
0 commit comments