We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407f8d1 commit d864204Copy full SHA for d864204
packages/website/bin/init.js
@@ -6,7 +6,7 @@ const { default: inquirer } = require('inquirer')
6
const dirname = 'docs'
7
const cwd = process.cwd()
8
const docsPath = path.resolve(cwd, dirname)
9
-const templatePath = path.resolve(__dirname, '../template/docs')
+const templatePath = path.resolve(__dirname, '../dist/template/docs')
10
11
function genDocs(overwrite = false) {
12
if (overwrite) {
0 commit comments