Skip to content

Commit 62efb24

Browse files
authored
Update flow builder iframe to Lightspark Vercel deployment (#274)
## Summary Points the flow builder iframe in the docs from the personal Vercel deployment (`grid-visualizer-opal.vercel.app`) to the Lightspark team deployment (`grid-flow-builder.vercel.app`). One-line change in `mintlify/flow-builder.mdx`. ## Test plan - [ ] Verify flow builder loads on grid.lightspark.com/flow-builder after merge - [ ] Check both light and dark theme sync works Made with [Cursor](https://cursor.com)
1 parent faf3aaf commit 62efb24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/grid-visualizer/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Grid Visualizer is an interactive tool that helps integrators understand and get
1717
- **Docs site**: grid.lightspark.com
1818
- **Marketing site**: lightspark.com/grid
1919
- **Direct links** shared in sales conversations
20-
- Currently deployed at: https://grid-visualizer-opal.vercel.app/
20+
- Currently deployed at: https://grid-flow-builder.vercel.app/
2121

2222
## Tech Stack
2323

mintlify/flow-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const FlowBuilderEmbed = () => {
1010

1111
React.useEffect(() => {
1212
const isDark = document.documentElement.classList.contains('dark');
13-
setSrc('https://grid-visualizer-opal.vercel.app/?embed=true&theme=' + (isDark ? 'dark' : 'light'));
13+
setSrc('https://grid-flow-builder.vercel.app/?embed=true&theme=' + (isDark ? 'dark' : 'light'));
1414

1515
let ignoreNextMutation = false;
1616

0 commit comments

Comments
 (0)