mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-25 14:07:50 +02:00
Reversed the parameters
This commit is contained in:
parent
582efb496c
commit
3c2b585a60
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ function execute() {
|
|||
siteConfig.projectName +
|
||||
"/" +
|
||||
"CNAME";
|
||||
fs.writeFileSync(cname, targetFile);
|
||||
fs.writeFileSync(targetFile, cname);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue