@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 384 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const vpnContent = `${BASE_URL}/products/vpn/vpn-content.webp`;
const vpnKeyvisual = `${BASE_URL}/products/vpn/vpn-keyvisual.webp`;
const vpnOriginal = `${BASE_URL}/products/vpn/vpn-original.webp`;
const vpnWire = `${BASE_URL}/products/vpn/vpn-wire.svg`;
export {
vpnContent,
vpnKeyvisual,
vpnOriginal,
vpnWire
};