-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Studio: make sure the search and replace database work properly in all images #764
Conversation
Studio already runs search and replace in the trunk. Is the issue we are fixing related to running it for the SSL version and not for non-SSL or vice versa? If yes, could we clarify this in the description? |
@wojtekn I responded to feedback, feel free to give it another test 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected.
Related issues
Closes https://github.com/Automattic/dotcom-forge/issues/10060
Proposed Changes
This PR runs the search and replace for images on local sites after the import is finished to ensure that the URLs are updated to the URLs of the local site.
Testing Instructions
npm install && npm start
Sync
tabPre-merge Checklist