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
This is a very similar issue as #15 but running into an issue with a customer trying to use this where the Template metadata is used to load dynamic js and their challengers are using different template values.
I think we could safely:
add a config which is an array of metadata fields to update
default that value to be ['template', 'theme']
update/overwrite those metadata fields when overwriting main
The text was updated successfully, but these errors were encountered:
shsteimer
changed the title
Auto replace key/common metadata from the challenger, add a config option for which metadata is updated
Replace key/common metadata from the challenger, add a config option for which metadata is updated
May 7, 2024
This is a very similar issue as #15 but running into an issue with a customer trying to use this where the
Template
metadata is used to load dynamic js and their challengers are using different template values.I think we could safely:
['template', 'theme']
main
The text was updated successfully, but these errors were encountered: