Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The html tag is hidden away in Tanstack Start for Solid, making it impossible to customize this. A common use case would be adding website wide dark or light mode
<html class="dark">
. This is possible in Solid Start.https://www.solidjs.com/guides/server docs mention that it is possible to hydrate on document root.
Discussed it briefly in https://discord.com/channels/719702312431386674/1238170697650405547/1354774365295869953
Beta Was this translation helpful? Give feedback.
All reactions