aerni / statamic-advanced-seo

Comprehensive SEO addon for Statamic with flexibility in mind
https://statamic.com/addons/aerni/advanced-seo
11 stars 6 forks source link

Fix preview targets issue on certain routes #149

Closed aerni closed 4 months ago

aerni commented 4 months ago

This PR fixes #147. The issue was caused because the $entry->seo_social_images_theme field was requested on routes where it isn't added to the blueprint. We are resolving this issue by only adding to the preview targets when it's actually needed, at which point the field has been added to the blueprint as well.