Reproduction Steps
Visit Roblox Creator Documentation
There is no favicon displayed.
What is a favicon?
A favicon (/ˈfæv.ɪˌkɒn/; short for favorite icon), also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing one or more small icons, associated with a particular website or web page. A web designer can create such an icon and upload it to a website (or web page) by several means, and graphical web browsers will then make use of it. Browsers that provide favicon support typically display a page's favicon in the browser's address bar (somet
In March...
Expected Behavior
I expect it to show the favicon.
Actual Behavior
It shows the ‘no icon’ icon.
Firefox on Mac
To my knowledge, this is only happening on Firefox desktop
Firefox on Android
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
PeZsmistic
(PeZsmistic)
November 23, 2022, 2:24pm
#2
Seems fine to me, clear your cache for that website.
1 Like
It does still not work for me.
Are you using Firefox?
PeZsmistic
(PeZsmistic)
November 23, 2022, 7:33pm
#4
Using chrome, looks like a browser issue, I can reproduce in firefox.
gigagiele
(gigagiele)
November 28, 2022, 6:58pm
#5
Thanks for the report. I filed a ticket to our internal database.
1 Like
The issue seems to be fixed.
system
(system)
Closed
December 21, 2022, 12:45pm
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.