Skip to content
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

fix: support complex image urls #124

Merged
merged 1 commit into from
Jul 3, 2021

Conversation

nmcharlton
Copy link
Collaborator

Resolves #109

The first group in the regex now does lazy matching so it only extracts the domain from the url.
The full path is therefore left for the greedy second group.

Copy link
Contributor

@luacmartins luacmartins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me. Great work @nmcharlton!

@nmcharlton nmcharlton merged commit cb32ac0 into Greenstand:master Jul 3, 2021
@nmcharlton nmcharlton deleted the bugfix/109-statically-url branch July 3, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDN resize not working when planter image comes from DB directly (not AWS)
2 participants