We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running with --base-url specified
--base-url
web-indexer --config /deploy/web-indexer.yml --base-url 'https://get.dev.foo.bar'
With a config like this:
source: /mnt/repos target: /mnt/repos link_to_index: false relative_links: true title: get.dev.foo.bar - {relativePath} recursive: true minify: true order: desc
The links have the source in them - e.g. https://get.dev.foo.bar/mnt/repos/sub
https://get.dev.foo.bar/mnt/repos/sub
The text was updated successfully, but these errors were encountered:
joshbeard
No branches or pull requests
When running with
--base-url
specifiedweb-indexer --config /deploy/web-indexer.yml --base-url 'https://get.dev.foo.bar'
With a config like this:
The links have the source in them - e.g.
https://get.dev.foo.bar/mnt/repos/sub
The text was updated successfully, but these errors were encountered: