feat(index): add cupdate & beszel, remove lodestone
Some checks are pending
build dist / build-dist (push) Waiting to run

This commit is contained in:
z0x 2025-03-13 19:30:20 -04:00
parent cb8d397e4d
commit d61aa4ab51
8 changed files with 7 additions and 15 deletions

8
astro.config.ts Normal file
View file

@ -0,0 +1,8 @@
import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "astro/config";
export default defineConfig({
vite: {
plugins: [tailwindcss()],
},
});