I used Builder.io to create the frontend from a Figma file, and I received an image URL that looks like this:
“https://cdn.builder.io/api/v1/image/assets/TEMP”
I have a few questions regarding this:
- What does the word “TEMP” in the URL mean?
- If the presence of “TEMP” in the URL indicates that the image link is temporary, what steps should I take to make these URLs permanent?
- Is there a way to prompt Builder.io to generate a React component or SVG instead of simply creating an image and embedding the link in the code?
Context: I’m currently using the free tier of the Builder.io platform.