diff --git a/cfg/footer.json b/cfg/footer.json index cdd1666..0310063 100644 --- a/cfg/footer.json +++ b/cfg/footer.json @@ -40,6 +40,5 @@ } ] } - ], - "copyright": "Copyright © 2025 ThreeFold" + ] } diff --git a/cfg/main.json b/cfg/main.json index 59c90be..f40128d 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -11,6 +11,11 @@ "image": "https://info.ourworld.tf/img/ourworld_depin.png", "title": "Introduction | DePIN Projects" }, - "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/depin" + ], + "buildDestDev": [ + "root@info.ourworld.tf:/root/hero/www/infodev/depin" + ], + "copyright": "ThreeFold" }