feat: replace theme with rapide

This commit is contained in:
2026-02-08 15:09:55 -06:00
parent e6c41b60f1
commit f4203df217
3 changed files with 16 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
import node from "@astrojs/node";
import tailwindcss from "@tailwindcss/vite";
import starlight from "@astrojs/starlight";
import catppuccin from "@catppuccin/starlight";
import starlightThemeRapide from 'starlight-theme-rapide'
const getSiteURL = () => {
if (process.env.SITE_URL) {
@@ -29,10 +29,7 @@ export default defineConfig({
},
],
plugins: [
catppuccin({
dark: { flavor: "macchiato", accent: "sapphire" },
light: { flavor: "latte", accent: "sky" }
})
starlightThemeRapide()
],
sidebar: [
{