Skip to content

Commit

Permalink
feat: page crawler option
Browse files Browse the repository at this point in the history
  • Loading branch information
osmancoskun committed May 18, 2024
1 parent e3fe9c5 commit d08bccd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spank.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
depth: 3,
sitemap: [
"/wiki/development",
"/wiki/projects",
"/wiki/release-notes"
]
}

0 comments on commit d08bccd

Please sign in to comment.