chore: change site outputdir to site

This commit is contained in:
07akioni 2020-11-05 15:36:27 +08:00
parent 16a53f7902
commit 86fd15dce7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ es
*.swp
coverage
/fonts
/site

View File

@ -8,6 +8,7 @@ module.exports = {
plugins: [
viteMdPlugin()
],
outDir: 'site',
optimizeDeps: {
include: [
'highlight.js/lib/languages/cpp',