@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
21 lines (19 loc) • 1.04 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/apiGateway/index.ts
var apiGateway_exports = /* @__PURE__ */ __exportAll({
apiGatewayContent: () => apiGatewayContent,
apiGatewayKeyvisual: () => apiGatewayKeyvisual,
apiGatewayOriginal: () => apiGatewayOriginal,
apiGatewayWire: () => apiGatewayWire
});
var BASE_URL, apiGatewayContent, apiGatewayKeyvisual, apiGatewayOriginal, apiGatewayWire;
var init_apiGateway = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
apiGatewayContent = `${BASE_URL}/products/apiGateway/api-gateway-content.webp`;
apiGatewayKeyvisual = `${BASE_URL}/products/apiGateway/api-gateway-keyvisual.webp`;
apiGatewayOriginal = `${BASE_URL}/products/apiGateway/api-gateway-original.webp`;
apiGatewayWire = `${BASE_URL}/products/apiGateway/api-gateway-wire.svg`;
});
//#endregion
init_apiGateway();
export { apiGatewayContent, apiGatewayKeyvisual, apiGatewayOriginal, apiGatewayWire, apiGateway_exports, init_apiGateway };