Skip to content

Commit 5da7007

Browse files
author
Andrew Welch
committed
Set docs dir properly
1 parent a004f4a commit 5da7007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
lang: 'en-US',
66
themeConfig: {
77
repo: 'nystudio107/craft-transcoder',
8-
docsDir: 'docs',
8+
docsDir: 'docs/docs',
9+
docsBranch: 'v1',
910
algolia: {
1011
apiKey: '',
1112
indexName: 'craft-transcoder'

0 commit comments

Comments
 (0)