IB3VZPSI6CXVMW44UUNOFLQGUO2EVHDDHKQISOJJC4VFQZBI5TIAC
//image: https://cdn.shopify.com/s/files/1/2636/1928/files/OCS_EN_LOGO_BLK_SM_nav.png?v=1560138074
//what the font
//stupid as fuck though. we can do better
await postgres.query(
`insert into store_image (
store_id,
url
) values (
$1,
$2
) on conflict do nothing`,
[storeID, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4320 4320"><path d="M3739 1805c-165-350-686-262-686 73 0 400 697 132 697 562 0 323-500 448-715 73m-159-1a516 516 0 0 1-436 228 580 580 0 1 1 0-1160c189 0 342 90 437 230m-1177 350a580 580 0 0 1-580 580 580 580 0 0 1-580-580 580 580 0 0 1 580-580 580 580 0 0 1 580 580z" fill="none" stroke="#000" stroke-width="80"/><circle cx="2160" cy="2160" fill="none" stroke="#000" r="2120" stroke-width="80"/></svg>`]
);