LinkyFlow Static Assets
Centralized static assets for LinkyFlow apps. This domain only serves static files.
Asset manifest
- /latest/manifest.json — current asset index
Versioned roots
/v1/icons/— brand icons (SVG)/v1/favicons/— favicons (SVG / ICO)/v1/images/— generic illustrations/v1/office/— Office.js add-in icons (PNG)/v1/providers/<id>/— per-provider manifest.json & openapi.json
Consume in code
Use the helper getAssetUrl('icon.logo') from
@libs/core/assets. Configure
NEXT_PUBLIC_ASSETS_BASE_URL per environment.