Skip to content

Commit

Permalink
config: ignore _include directories
Browse files Browse the repository at this point in the history
These should not be in the final build. It also breaks build with dead
link checks enabled, which is default.
  • Loading branch information
lifehackerhansol committed Sep 23, 2024
1 parent 95470be commit a7cd29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ export default defineConfig({
}
});
}
}
},
srcExclude: ['**/_include/**']
})

0 comments on commit a7cd29b

Please sign in to comment.