refactor(index): remove light mode

This commit is contained in:
z0x 2025-04-09 20:42:34 -04:00
parent 8b3c009de7
commit 18df241880
14 changed files with 190 additions and 748 deletions

View file

@ -1,4 +1,3 @@
import react from "@astrojs/react";
import tailwindcss from "@tailwindcss/vite";
import umami from "@yeskunall/astro-umami";
import { defineConfig } from "astro/config";
@ -9,7 +8,6 @@ export default defineConfig({
id: "343a00a4-7e34-4177-b07c-dce26ffc1b50",
endpointUrl: "https://umami.z0x.ca",
}),
react(),
],
vite: {
plugins: [tailwindcss()],