From b53b443ba1a2392699ce30fd6d0c6dd1dc5bdaee Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 6 Feb 2024 07:34:19 -0800 Subject: [PATCH] test --- packages/astro-ghostcms/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro-ghostcms/index.ts b/packages/astro-ghostcms/index.ts index 7ea111da..4b7f92f2 100644 --- a/packages/astro-ghostcms/index.ts +++ b/packages/astro-ghostcms/index.ts @@ -174,7 +174,7 @@ export default function GhostCMS(options: UserConfig): AstroIntegration { if( !GCD.dCO ) { logConfigSetup.info( IC.ITR )} injectRoute({ - pattern: '/', + pattern: '/', entrypoint: `${GCD.theme}/index.astro` }); injectRoute({