From 8d64f96e8ba9c55d313dfca09e8801db6a4b4ae8 Mon Sep 17 00:00:00 2001 From: Jose Javier Alvarez Rodriguez Date: Wed, 18 Dec 2024 14:27:59 +0100 Subject: [PATCH] update staging --- .github/fleek/staging.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/fleek/staging.json b/.github/fleek/staging.json index 837231052..f20660582 100644 --- a/.github/fleek/staging.json +++ b/.github/fleek/staging.json @@ -1,14 +1,8 @@ { - "site": { - "id": "05c463ec-bd57-492b-a89b-adad25df6e83", - "team": "aragonone-team", - "platform": "ipfs", - "source": "ipfs", - "name": "floral-forest-6918" - }, - "build": { - "baseDir": "", - "publicDir": "dist", - "rootDir": "" - } + "sites": [ + { + "slug": "floral-forest-6918", + "distDir": "dist" + } + ] }