diff --git a/cfg/footer.json b/cfg/footer.json index 291628d..15800e9 100644 --- a/cfg/footer.json +++ b/cfg/footer.json @@ -64,6 +64,5 @@ } ] } - ], - "copyright": "Copyright © 2025 ThreeFold" + ] } \ No newline at end of file diff --git a/cfg/main.json b/cfg/main.json index 676a45b..0ad4eb2 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -11,6 +11,11 @@ "image": "https://info.ourworld.tf/img/tf_graph.png", "title": "Build Your Own Internet" }, - "buildDest": "root@info.ourworld.tf:/root/hero/www/info", - "buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev" + "buildDest": [ + "root@info.ourworld.tf:/root/hero/www/info/byoi" + ], + "buildDestDev": [ + "root@info.ourworld.tf:/root/hero/www/infodev/byoi" + ], + "copyright": "ThreeFold" } \ No newline at end of file