Skip to content

v1.6.0 – Ignore files and folders

Compare
Choose a tag to compare
@bartholomej bartholomej released this 16 Aug 15:29
· 96 commits to master since this release
v1.6.0
f0c4ceb
  • Ignore files or folders (fix #6)

Let's say we want to ignore all admin folders and subfolders + just one exact page pages/my-secret-page

svelte-sitemap --domain https://www.example.com --ignore 'pages/my-secret-page' --ignore '**/admin/**'

Thx @weaseldotro