-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a default favicon #623
Comments
How can I reproduce this? It basically means
|
Sorry, I've seen this error often and I thought it happened with every app. I'm running this code: using GenieFramework
@genietools
s = ["hi1","hi2","hi3"]
@out s_out = first(s)
function ui() "{{s_out}}" end
@page("/", ui)
Server.isrunning() || Server.up()
|
We don't set up a favicon by default but the browser makes a request for it automatically. We can bundle one in Stipple and inject it into the default layout. |
@essenciary you mean by adding it in |
@AbhimanyuAryan Yes |
Describe the bug
On the first page load of any app, a 404 appears for the favicon
Error stacktrace
┌ Error: 2023-02-02 09:35:06 GET /favicon.ico 404
└ @ Genie.Router ~/.julia/packages/Genie/AjwV9/src/Router.jl:204
Additional context
⌃ [a59fdf5c] GenieFramework v1.6.0
⌃ [4acbeb90] Stipple v0.25.12
[ec984513] StipplePlotly v0.13.2
⌅ [a3c5d34a] StippleUI v0.20.2
The text was updated successfully, but these errors were encountered: