@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
21 lines (19 loc) • 1.11 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/edgeServices/index.ts
var edgeServices_exports = /* @__PURE__ */ __exportAll({
edgeServicesContent: () => edgeServicesContent,
edgeServicesKeyvisual: () => edgeServicesKeyvisual,
edgeServicesOriginal: () => edgeServicesOriginal,
edgeServicesWire: () => edgeServicesWire
});
var BASE_URL, edgeServicesContent, edgeServicesKeyvisual, edgeServicesOriginal, edgeServicesWire;
var init_edgeServices = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
edgeServicesContent = `${BASE_URL}/products/edgeServices/edge-services-content.webp`;
edgeServicesKeyvisual = `${BASE_URL}/products/edgeServices/edge-services-keyvisual.webp`;
edgeServicesOriginal = `${BASE_URL}/products/edgeServices/edge-services-original.webp`;
edgeServicesWire = `${BASE_URL}/products/edgeServices/edge-services-wire.svg`;
});
//#endregion
init_edgeServices();
export { edgeServicesContent, edgeServicesKeyvisual, edgeServicesOriginal, edgeServicesWire, edgeServices_exports, init_edgeServices };