-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Favicon does not use kit paths
#3231
Comments
Very interesting to see where this issue will go, as app.html isn't processed and talks of potentially doing that occurred in #3127 I wonder what happens when you import a asset in one of your routes such as |
I would suggest just putting the I could go either way on whether the |
This will be fixed by #3234 — just add |
Describe the bug
When setting the following configuration for svelete:
In the
app.html
there is the following line<link rel="icon" href="/favicon.png" />
.The
%svelte.head%
add the path while generating files but favicon is left untouched.Reproduction
Simply create a new app and change the kit config as previously stated.
Logs
No response
System Info
Severity
annoyance
Additional Information
To solve the issue I have to manually change the path for the favicon.
Since I do not know yet where I will serve my app, I will need to change the svelte config BUT also the
app.html
to avoid 404 error for favicon.The text was updated successfully, but these errors were encountered: