Skip to content

Commit 8cd41fc

Browse files
philiptrphiliptr
authored andcommitted
Fix foundation build path
1 parent 343b59a commit 8cd41fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/foundation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
$source = CONTENTDIR."static/foundation-site/";
1414
//$dest = $path."foundation-site/";
15-
$dest = "../var/www/foundation/";
15+
$dest = "/var/www/foundation/";
1616

1717
$page = new Page("Foundation Overview", "Foundation Overview");
1818
$page->content(file_get_contents($source."overviewf.html"));

0 commit comments

Comments
 (0)