@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 500 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const webHostingContent = `${BASE_URL}/products/webHosting/web-hosting-content.webp`;
const webHostingKeyvisual = `${BASE_URL}/products/webHosting/web-hosting-keyvisual.webp`;
const webHostingOriginal = `${BASE_URL}/products/webHosting/web-hosting-original.webp`;
const webHostingWire = `${BASE_URL}/products/webHosting/web-hosting-wire.svg`;
export {
webHostingContent,
webHostingKeyvisual,
webHostingOriginal,
webHostingWire
};