You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are attempting to integrate unhead into Vitepress since we find the transformHead() build hook quite clunky as a design decision, forcing you to duplicate configuration logic that is readily available at runtime (environment variables, for example).
With unhead, additional <head> meta tags show up in dev mode but they are not rendered by the build process, can someone help us understand why this is?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are attempting to integrate
unhead
into Vitepress since we find thetransformHead()
build hook quite clunky as a design decision, forcing you to duplicate configuration logic that is readily available at runtime (environment variables, for example).With
unhead
, additional<head>
meta tags show up in dev mode but they are not rendered by the build process, can someone help us understand why this is?Beta Was this translation helpful? Give feedback.
All reactions