Fix docs dir

This commit is contained in:
David Stotijn
2020-11-09 21:20:49 +01:00
parent 471fa212ef
commit efc115e961
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"name": "David Stotijn",
"email": "dstotijn@gmail.com"
},
"repository": "github.com/dstotijn/hetty/hetty-docs",
"repository": "github.com/dstotijn/hetty/docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"

View File

@ -36,7 +36,7 @@ module.exports = {
themeConfig: {
repo: "dstotijn/hetty",
editLinks: true,
docsDir: "docs",
docsDir: "docs/src",
editLinkText: "",
lastUpdated: true,
logo: "/assets/logo.png",