Moved to Vue. Making it Vuetiful
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m29s

This commit is contained in:
2026-01-25 16:17:20 -07:00
parent 58ae6d5d0c
commit 6b51d34490
9 changed files with 1566 additions and 919 deletions

View File

@@ -1,7 +1,7 @@
---
import { siteConfig } from "../../config/site";
import { Icon } from "astro-icon/components";
import StatusIndicator from "../StatusIndicator.tsx";
import StatusIndicator from "../StatusIndicator.vue";
const rotatingText = (siteConfig.hero as any).rotatingText as
| { text: string; className: string }[]