mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 00:27:21 +02:00
Fix example website output path when copying examples
This commit is contained in:
parent
a039b0df09
commit
3404b40096
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ if (feature === 'translations') {
|
|||
if (exampleSiteCreated) {
|
||||
console.log(
|
||||
`${chalk.green('Example website created')} in ${chalk.green(
|
||||
CWD + '/website'
|
||||
outerFolder + '/website'
|
||||
)}\n`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue