Custom favicon
Hello, I am attempting to serve different
favicon.ico
s based on some configuration. I am not entirely sure how to do that.
I have created a file favicon.ico.ts
under the /server
folder or /server/routes
but so far it doesn't seem to ever be triggered.2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I used the
useHead
hook in the end as I wanted more runtime flexibility