From e1e5862eb2545fe50d85cdf3e48729e5e1cd0ed8 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 12 Mar 2024 23:19:56 -0700 Subject: [PATCH] update config in playground --- playgrounds/astro-playground/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/astro-playground/astro.config.mjs b/playgrounds/astro-playground/astro.config.mjs index 120df6c1..e7734a4f 100644 --- a/playgrounds/astro-playground/astro.config.mjs +++ b/playgrounds/astro-playground/astro.config.mjs @@ -14,7 +14,7 @@ export default defineConfig({ ThemeProvider: { theme: "@matthiesenxyz/astro-ghostcms-theme-default", astroRemote: { - enable: false, + enable: true, }, }, verbose: true,