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