Skip to content

Commit

Permalink
Fix docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Nov 9, 2020
1 parent 471fa21 commit efc115e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/config.js
Expand Up @@ -36,7 +36,7 @@ module.exports = {
themeConfig: {
repo: "dstotijn/hetty",
editLinks: true,
docsDir: "docs",
docsDir: "docs/src",
editLinkText: "",
lastUpdated: true,
logo: "/assets/logo.png",
Expand Down

0 comments on commit efc115e

Please sign in to comment.