export function imageSrc(src: string) { return src.startsWith('http') ? `url(${src})` : `/images/${src}` }