How to use the ignores option to with other cases #2451
Unanswered
brunopbarbosa
asked this question in
Q&A
Replies: 1 comment
-
Just writing again to check if someone has any insight into this :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm struggling to properly take advantage of the "ignores" config.
In my specific case, we are migrating from a content v1 site, and we have a number of links that point to a proxied path.
the links are "located" inside the content folder, something like "https://domain.com/content/folder/dynamic_folder/download/file..." and should always respect that path structure.
My problem is, is it possible to somehow use a path/ regex on the ignores option to restrict those paths, so that it doesn't try to scan them, and as such, not return 404's when opening a page that has those links present?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions