mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Fix docs dir
This commit is contained in:
@ -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"
|
||||
|
@ -36,7 +36,7 @@ module.exports = {
|
||||
themeConfig: {
|
||||
repo: "dstotijn/hetty",
|
||||
editLinks: true,
|
||||
docsDir: "docs",
|
||||
docsDir: "docs/src",
|
||||
editLinkText: "",
|
||||
lastUpdated: true,
|
||||
logo: "/assets/logo.png",
|
||||
|
Reference in New Issue
Block a user