Skip to content

Commit 106a6b5

Browse files
committed
fix netlify for vuepress
1 parent f3b273e commit 106a6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/templates/vuepress.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { decorateSelector } from '../theme';
55
export class VuePressTemplate extends Template {
66
// The file to open by the editor
77
getDefaultOpenedFiles() {
8-
return ['/README.md', '/guide/README.md'];
8+
return ['/README.md', '/guide/README.md'];
99
}
1010
}
1111
export default new VuePressTemplate(
@@ -16,7 +16,7 @@ export default new VuePressTemplate(
1616
decorateSelector(() => '#4abf8a'),
1717
{
1818
mainFile: [], // 🤔
19-
distDir: 'docs/.vuepress/dist',
19+
distDir: '.vuepress/dist',
2020
isServer: true,
2121
showOnHomePage: true,
2222
}

0 commit comments

Comments
 (0)