diff --git a/packages/astro-ghostcms/src/astro-ghostcms.ts b/packages/astro-ghostcms/src/astro-ghostcms.ts index 1ea43d48..3516fb21 100644 --- a/packages/astro-ghostcms/src/astro-ghostcms.ts +++ b/packages/astro-ghostcms/src/astro-ghostcms.ts @@ -202,13 +202,13 @@ export default defineIntegration({ // Setup @astrojs/sitemap Integration checkIntegration( "@astrojs/sitemap", - sitemap(options.Integrations?.sitemap) + sitemap(options.Integrations.sitemap) ); // Setup astro-robots-txt Integration checkIntegration( "astro-robots-txt", - robotsTxt(options.Integrations?.robotsTxt) + robotsTxt(options.Integrations.robotsTxt) ); // Setup Default 404 Page