Skip to content

Commit

Permalink
Exclude legacy files from VitePress build
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Nov 24, 2024
1 parent 6c4425a commit bf9feab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default defineConfig({
head: [
['link', { rel: 'icon', href: '/favicon.ico' }]
],

// Can be removed as soon as the legacy content is removed
srcExclude: [ '**/legacy/**' ],

themeConfig: {

logo: '/images/svg/naemonlogo.svg',
Expand Down

0 comments on commit bf9feab

Please sign in to comment.