Source: defaults/URLS.js

/**
 * Object containing URLs for the VEF.
 */
export const URLS = {
    CDN: "https://cdn.awi.de/",
    BRAND: "https://cdn.awi.de/images/logos/marine_data.png"
};