Theofanis Despoudis
Theofanis Despoudis
FYI all the logic for src replacements are located in this filter ``` add_filter( 'the_content', __NAMESPACE__ . '\\content_replacement' ); ``` https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/includes/replacement/callbacks.php#L34-L67
@jasonbahl @mmgyshoaf Yes at the moment, all new FaustWP plugin updates are being pushed into the WP Engine Plugin proxy and not the WP.org. I don't think this will change...
@CesarBenavides777 Thank you I will take a look. I remember we had to provide a workaround at one point https://github.com/wpengine/faustjs/commit/42ded8091e0025828638dbf149777c876a0559b2 in order to fix some build issues. I think Vercel...
Hey @CesarBenavides777 feel free to open a PR if you want!
Hey @bpkennedy. Thanks. Looking at the create-next-app source code, I'm not sure if this is supported. If you use an example template with the `-e` flag then the cli does...