Use inline placeholder for previews

This commit is contained in:
Your Name 2026-01-02 12:37:25 -05:00
parent 7b84a516e5
commit 04511b87ee
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ const MODE_FLOW_CONFIG = {
}, },
}; };
const LINK_PREVIEW_PLACEHOLDER = "https://assets.sociowire.com/placeholder/link.png"; const LINK_PREVIEW_PLACEHOLDER =
"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNDAiIGhlaWdodD0iMTQwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiByeD0iMTIiIHJ5PSIxMiIgZmlsbD0iIzBiMTIyMCIvPjx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkb21pbmFudC1iYXNlbGluZT0ibWlkZGxlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmaWxsPSIjOTRhM2I4IiBmb250LWZhbWlseT0iSW50ZXIsIEFyaWFsIiBmb250LXNpemU9IjI0Ij5MaW5rPC90ZXh0Pjwvc3ZnPg==";
export default function MapView({ export default function MapView({
theme = "dark", theme = "dark",