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 25, 2024
1 parent 4813aae commit 9028f2c
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 9028f2c

Please sign in to comment.