Dynamic Favicons
I'm trying to figure out how to do dynamic favicons in Solid Start.
From what I can tell, entry-server is the place where I'd set the favicon, and that's historically where I've had it -- but is there a way to serve a different favicon there based on the route the user is on?
3 Replies
You can use Solid Meta https://docs.solidjs.com/solid-meta/reference/meta/link
Link - Solid Meta Docs
Documentation for SolidJS, the signals-powered UI framework
The
<Link>
tag can be placed anywhere in your pagesThanks