Remix - Performance
Given this Remix asset URL configuration snippet, what will be the full URL served to users if
CDN_URL is set to https://cdn.example.com?
const assetUrl = `${CDN_URL}/build/_assets/logo.png`;