Dynamic meta data that won't get baked into the static html #30621
Unanswered
chris-erickson
asked this question in
Help
Replies: 0 comments
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.
-
We put some things like the build date and git sha in the meta for diagnostics reasons, but this means every page has "updates", every time we do a build. We do it approximately like this:
Is there a recommended way to implement this client-side but with the data still being updated in a way that doesn't cause the bare HTML to have this content present? It doesn't need to end up in the header I suppose, but definitely in the meta is not optimal.
Beta Was this translation helpful? Give feedback.
All reactions