Favicon does not display on documentation site

Reproduction Steps

  1. Visit Roblox Creator Documentation
  2. There is no favicon displayed.

What is a favicon?

Expected Behavior

I expect it to show the favicon.

Actual Behavior
It shows the ‘no icon’ icon.
Firefox on Mac
Firefox on Mac

To my knowledge, this is only happening on Firefox desktop
Firefox on Android
Firefox on Android

Google Chrome on Mac
Google Chrome on Mac

Creator Dashboard on Google Chrome on Mac
Creator Dashboard on Google Chrome on Mac

Workaround
Change this line of code from
<link rel="icon" type="image/png" href="/docs/assets/favicon.ico">
to
<link rel="icon" type="image/png" href="/assets/favicon.ico">

Issue Area: Documentation Site
Issue Type: Display
Impact: Low
Frequency: Constantly

2 Likes

Seems fine to me, clear your cache for that website.

1 Like

It does still not work for me.
Are you using Firefox?

Using chrome, looks like a browser issue, I can reproduce in firefox.

Thanks for the report. I filed a ticket to our internal database.

1 Like

:ballot_box_with_check: The issue seems to be fixed.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.