From 2c87b8215e298f852651c7389817887fb370fc4d Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 1 Feb 2024 15:55:42 -0800 Subject: [PATCH] updates playground to reflect new package name --- playground/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/astro.config.mjs b/playground/astro.config.mjs index 46da019d..c0075edd 100644 --- a/playground/astro.config.mjs +++ b/playground/astro.config.mjs @@ -11,7 +11,7 @@ export default defineConfig({ disableRSS: false, disableRouteInjection: false, disableConsoleOutput: false, - theme: "@matthiesenxyz/astro-ghostcms-catppuccin-dark", + theme: "@matthiesenxyz/astro-ghostcms-catppuccin", ghostURL: "https://ghostdemo.matthiesen.xyz", }) ],