From a38a49059e857e39101e0e394f55e968ba179da3 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 29 Nov 2024 16:01:18 -0500 Subject: [PATCH] Swap video --- src/pages/index.astro | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8aa10c7..0d3fdc6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,9 @@ import Default from "@layouts/Default.astro" import Hero from "@components/Hero.astro" import Feature from "@components/Feature.astro" import {Zorn} from "@minpluto/zorn" + +// Fetch +const ping = await fetch("https://status.sudovanilla.org/json").then((response) => response.json()).catch(() => null) --- @@ -19,11 +22,11 @@ import {Zorn} from "@minpluto/zorn" > - Ennie and Yoyki + Wing it! - Blender Studio \ No newline at end of file