mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Fix output path
This commit is contained in:
parent
da01a0b680
commit
bcc5333b95
@ -17,7 +17,7 @@ use Assetic\Filter;
|
||||
// Application defaults
|
||||
$config = (object) array(
|
||||
"source" => "",
|
||||
"output" => "./output/",
|
||||
"output" => "./output",
|
||||
"template" => "modern",
|
||||
"refresh" => false,
|
||||
"pdf" => false
|
||||
|
Loading…
x
Reference in New Issue
Block a user