You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use a static, external URL (such as https://raw.githubusercontent.com/.../favicon.png) from a different repository as the favicon. I'm pretty sure this even used to work, maybe before .png support was added in #2791.
Suggested Solution
Maybe test the favicon option with regex or String.startsWith for https?:// and if this check is true, simply use its value as the favicon href.
The text was updated successfully, but these errors were encountered:
This might have worked in a plugin which implemented this before it was added to TypeDoc, but never worked here, PR welcome! This is a pretty easy change to make.
Search Terms
favicon, url, options
Problem
I'd like to use a static, external URL (such as
https://raw.githubusercontent.com/.../favicon.png
) from a different repository as the favicon. I'm pretty sure this even used to work, maybe before .png support was added in #2791.Suggested Solution
Maybe test the favicon option with regex or String.startsWith for
https?://
and if this check is true, simply use its value as the favicon href.The text was updated successfully, but these errors were encountered: