Fix path of copy
command
This commit is contained in:
parent
40c11c848a
commit
0a807a96e3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const site = lume({
|
|||
|
||||
site.ignore("README.md", "README.org", "LICENSE.txt", "LICENSE.md");
|
||||
|
||||
site.copy("src/static", ".");
|
||||
site.copy("static", ".");
|
||||
|
||||
site.copy([".png", ".jpg", ".jpeg"]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue