From f870a737271b3496e91dd99c4c613cf306211b92 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 13 Mar 2024 06:43:08 -0700 Subject: [PATCH] change config --- playgrounds/astro-playground/astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/playgrounds/astro-playground/astro.config.mjs b/playgrounds/astro-playground/astro.config.mjs index 027e11ba..0a2a1e2d 100644 --- a/playgrounds/astro-playground/astro.config.mjs +++ b/playgrounds/astro-playground/astro.config.mjs @@ -9,9 +9,6 @@ export default defineConfig({ ghostURL: 'https://ghostdemo.matthiesen.xyz', ThemeProvider: { theme: "@matthiesenxyz/astro-ghostcms-catppuccin", - catppuccinThemeOptions: { - defaultFlavor: "latte", - }, astroRemote: { enable: true, },