Swap demo feed hero URLs for working Unsplash images
The placeholder cdn.example URLs were 404'ing, which rendered the /review Konva canvases as solid black (Konva renders failed KImage sources as nothing rather than a broken-image glyph). Replaced each row's hero_image_url with a verified Unsplash photo URL sized at 1400x1400 with center crop and CORS enabled. Caught during the Day 5+6 manual smoke test — the HTML exports were fine (browsers fall back to a broken-image icon) but the preview was unusable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ccbdb47162
commit
aab2af84cc
1 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
raw_description,product,offer,hero_image_url,click_url
|
||||
"Compact noise-cancelling earbuds with 8-hour battery.",Wireless Earbuds,,https://cdn.example/img/earbuds.jpg,https://example.com/earbuds
|
||||
"Sustainably-made denim. Recycled cotton, organic indigo dye, made in Portugal in small batches.",Selvedge Jeans,,https://cdn.example/img/jeans.jpg,https://example.com/jeans
|
||||
"A truly transformative skincare regimen developed by award-winning dermatologists, featuring patented peptide complexes, marine collagen boosters, and a triple-action retinol blend designed to visibly reduce fine lines, even out skin tone, and restore radiant elasticity across all skin types over a clinically-tested eight-week protocol.",Peptide Serum,Save 20% this week,https://cdn.example/img/serum.jpg,https://example.com/serum
|
||||
"Single-origin Ethiopian coffee, light roast.",Pour-Over Coffee,Free shipping,https://cdn.example/img/coffee.jpg,https://example.com/coffee
|
||||
"Our flagship modular sectional sofa is hand-built by a small workshop in Northern Italy using kiln-dried hardwood frames, eight-way hand-tied steel springs, high-resilience foam cushions wrapped in down, and the finest Belgian linen upholstery available in fourteen heritage colors, with a lifetime frame warranty and complimentary white-glove delivery anywhere in the continental United States.",Modular Sofa,,https://cdn.example/img/sofa.jpg,https://example.com/sofa
|
||||
"Compact noise-cancelling earbuds with 8-hour battery.",Wireless Earbuds,,https://images.unsplash.com/photo-1572569511254-d8f925fe2cbb?w=1400&h=1400&fit=crop&crop=center,https://example.com/earbuds
|
||||
"Sustainably-made denim. Recycled cotton, organic indigo dye, made in Portugal in small batches.",Selvedge Jeans,,https://images.unsplash.com/photo-1542272604-787c3835535d?w=1400&h=1400&fit=crop&crop=center,https://example.com/jeans
|
||||
"A truly transformative skincare regimen developed by award-winning dermatologists, featuring patented peptide complexes, marine collagen boosters, and a triple-action retinol blend designed to visibly reduce fine lines, even out skin tone, and restore radiant elasticity across all skin types over a clinically-tested eight-week protocol.",Peptide Serum,Save 20% this week,https://images.unsplash.com/photo-1620916566398-39f1143ab7be?w=1400&h=1400&fit=crop&crop=center,https://example.com/serum
|
||||
"Single-origin Ethiopian coffee, light roast.",Pour-Over Coffee,Free shipping,https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1400&h=1400&fit=crop&crop=center,https://example.com/coffee
|
||||
"Our flagship modular sectional sofa is hand-built by a small workshop in Northern Italy using kiln-dried hardwood frames, eight-way hand-tied steel springs, high-resilience foam cushions wrapped in down, and the finest Belgian linen upholstery available in fourteen heritage colors, with a lifetime frame warranty and complimentary white-glove delivery anywhere in the continental United States.",Modular Sofa,,https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=1400&h=1400&fit=crop&crop=center,https://example.com/sofa
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue