This release fixes a detection issue that could cause Preflight to miss valid sitemap and IndexNow implementations in Phoenix projects.
Fixes
Preflight now correctly detects sitemap and IndexNow files when the project layout includes wildcard path segments used by Phoenix, such as the app-name directory in lib/<app>_web. Previously, those wildcard entries were treated as literal paths, so real files could be overlooked.
As a result, Phoenix projects with a valid sitemap or IndexNow setup are less likely to be incorrectly flagged as missing those files.