Logo caching strategies and self-hosting options by plan
// Always current, always fast const logoUrl = `https://img.logo.dev/${domain}?token=${API_KEY}`;
Cache-Control: public, max-age=86400 ETag: "logo-version-hash"
Was this page helpful?