feat: replace theme with rapide
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user