harlan-zw / nuxt-link-checker

Find and magically fix links that may be negatively effecting your Nuxt sites SEO.
https://nuxtseo.com/link-checker
86 stars 10 forks source link

fix(trailingSlash): ignore routes when ending with file extension #7

Closed manniL closed 1 year ago

manniL commented 1 year ago

Description

This PR will ignore routes for trailing slash check which end with .XYZ, e.g. .json.

Linked Issues

Fixes #6

harlan-zw commented 1 year ago

Thanks!