Skip to content

Commit

Permalink
Fix missing /manual.html in build
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Sep 27, 2023
1 parent 7b5d25f commit 962796f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default defineConfig({
collection: resolve('collection.html'),
stats: resolve('stats.html'),
text: resolve('text.html'),
manual: resolve('manual.html'),
},
},
},
Expand Down

0 comments on commit 962796f

Please sign in to comment.