refactor(index): remove light mode
This commit is contained in:
parent
8b3c009de7
commit
18df241880
14 changed files with 190 additions and 748 deletions
|
@ -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()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue