From 167bde11044d7631be7bfd671877d0f86a32e0b9 Mon Sep 17 00:00:00 2001 From: mayar osama Date: Sun, 2 Jun 2024 12:00:00 +0300 Subject: [PATCH 1/2] Upgraded the static website flist to an official one --- packages/playground/src/weblets/tf_staticwebsite.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/src/weblets/tf_staticwebsite.vue b/packages/playground/src/weblets/tf_staticwebsite.vue index 4e123ab7d2..ad982b4016 100644 --- a/packages/playground/src/weblets/tf_staticwebsite.vue +++ b/packages/playground/src/weblets/tf_staticwebsite.vue @@ -126,7 +126,7 @@ const mycelium = ref(true); const solution = ref() as Ref; const flist: Flist = { // Should be upgraded to an oficial Flist - value: "https://hub.grid.tf/mayarosamaa.3bot/mayarosama-caddy2-v1.flist", + value: "https://hub.grid.tf/tf-official-apps/mayarosama-staticwebsite-latest.flist", entryPoint: "/sbin/zinit init", }; const dedicated = ref(false); From a7a7c06d6a4cb2d2ef8747ebcfc04c8709942cf0 Mon Sep 17 00:00:00 2001 From: mayar osama Date: Mon, 3 Jun 2024 17:09:22 +0300 Subject: [PATCH 2/2] Upgrading static website flist --- packages/playground/src/weblets/tf_staticwebsite.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/src/weblets/tf_staticwebsite.vue b/packages/playground/src/weblets/tf_staticwebsite.vue index ad982b4016..559461a16e 100644 --- a/packages/playground/src/weblets/tf_staticwebsite.vue +++ b/packages/playground/src/weblets/tf_staticwebsite.vue @@ -126,7 +126,7 @@ const mycelium = ref(true); const solution = ref() as Ref; const flist: Flist = { // Should be upgraded to an oficial Flist - value: "https://hub.grid.tf/tf-official-apps/mayarosama-staticwebsite-latest.flist", + value: "https://hub.grid.tf/tf-official-apps/staticwebsite-latest.flist", entryPoint: "/sbin/zinit init", }; const dedicated = ref(false);